I am trying to bundle files using web essentials
I installed the web essentials and added it to the extensions
I selected the files to minify as in the below image
But i couldnt find any option to set the order in which the files should be bundled, for example, in the image, i want to move knockoutvalidation.js to the top and have jQuery.js after that in the bundled file
How can i achieve this?
Well, here goes -- my first post on StackOverflow! Gulp.
Web Essentials should have created a
.bundle
file containing XML used for configuration. Use thefiles
node to change the order; eg, herefoo.js
is bundled beforebar.js
: