Quantcast
Channel: Grunt concat specific file first, then all remaining files - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by hereandnow78 for Grunt concat specific file first, then all...

src is just a simple array which you can of course fill dynamically. e.g. you can read the files manually, sort them by whatever you want, and add that array to your config!

View Article



Grunt concat specific file first, then all remaining files

I'm relatively new to grunt and I'm working to concat my files. I've been digging and haven't been able to come up with a good answer for this:concat({ src : ['file1.js', ...all other files... ], dest...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images