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
{{ message }}
This repository was archived by the owner on May 14, 2018. It is now read-only.
There is no problem if you use amdOptimize to build project. But I use this for styles compiling and livereload with gulp-watch and I watch a nasty delay.
I find style.less/style.sass/style.styl near every .js file (this allows not to download excess styles which are not relevant to the current project)
There is no problem if you use
amdOptimizeto build project. But I use this for styles compiling and livereload withgulp-watchand I watch a nasty delay.I find
style.less/style.sass/style.stylnear every .js file (this allows not to download excess styles which are not relevant to the current project)amdOptimize scans scripts every time. Add, please, option
cache: truewhich allows to use old scripts from cache