Link:
http://24ways.org/2013/grunt-is-not-weird-and-hard/
Description:
Fantastic resource on getting started with Grunt.js. Practical implementations of script concats, minimizing, and automation. Recommend as a simple resource and starting template for many common web site tasks.
Notes:
- The concat plugin will combine files in the order given, or in the order the search parameters reveal. Make sure you’re loading scripts dependencies first.
- http://gruntjs.com/
- https://github.com/gruntjs/grunt-contrib-concat
- https://github.com/gruntjs/grunt-contrib-uglify