Tagged Questions
1
vote
2answers
153 views
How to setup Grunt.js with different inputs?
Im using Grunt.js to concat/minify files - but would like to use 1 common grunt.js file to concat/compress files in multiple directories for different websites. What would be the best way to do this?
...
15
votes
2answers
5k views
How to concatenate and minify multiple CSS and JavaScript files with Grunt.js
Note: This question is only relevant for Grunt 0.3.x and has been left for reference. For help with the latest Grunt 0.4.x please see my answer below this question.
I'm currently trying to use ...
1
vote
1answer
162 views
extend yeoman build process to minify json
i'm looking for a way to extend the build process of yeoman with something to minify json files ... i found a npm package which can minify json files but it doesn't export any functions :/ anyone that ...