Gruntjs Concat & Minify | Option To Replace The Code In Destination File Instead Of Appending
Throughout the course of my project development I wish to combine JS and CSS files into global.js and global.css files and then minify them into global.min.js and global.min.css us
Solution 1:
Generate the combined and minified files in a separate directory to the files that they are made up from.
Post a Comment for "Gruntjs Concat & Minify | Option To Replace The Code In Destination File Instead Of Appending"