generator-gulp-angular
generator-gulp-angular copied to clipboard
Group libs to have more than one vendor.js file
Is it possible to group manually a couple of libs to have more than one vendor.js file? Since your project has several libs, the file size is huge, and take a lot to be download, specially in slow connections (or mobile).
So I'm looking for a way to group, like the main angular files first and then the rest of libs.
Thanks!
That's my question too.