You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for packaging this all up, it looks great. I have a question about how to use it. Out of the box, without the coffeescript and jade options, once I run gulp build, the compiled app.js file is 783K. Uglified, it is 468K. It also includes references to paths on my local machine, eg. {"./ui/Timer":"/Users/..."}.
How do I make it leaner? I know that react.js itself is much smaller, so I was expecting a file about that size.
Sorry if I am using this wrong, I am a newcomer to many of the tools involved (eg. yeoman and gulp).
The text was updated successfully, but these errors were encountered:
Please try 0.21 and it will help yo to do uglify and strip debug task to remove some console.log messages. It will make it becoming smaller.
In this case, the app.js is only 188k.
Hi,
Thanks for packaging this all up, it looks great. I have a question about how to use it. Out of the box, without the coffeescript and jade options, once I run
gulp build
, the compiledapp.js
file is 783K. Uglified, it is 468K. It also includes references to paths on my local machine, eg.{"./ui/Timer":"/Users/..."}
.How do I make it leaner? I know that react.js itself is much smaller, so I was expecting a file about that size.
Sorry if I am using this wrong, I am a newcomer to many of the tools involved (eg. yeoman and gulp).
The text was updated successfully, but these errors were encountered: