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
amdOptimize
to build project. But I use this for styles compiling and livereload withgulp-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)amdOptimize scans scripts every time. Add, please, option
cache: true
which allows to use old scripts from cache