Learn build and task automation
Build automation is the process of automating the creation of a software build and the associated processes including: compiling computer source code into binary code, packaging binary code, and running automated tests. - wikipedia
General Learning:
- JavaScript Build Automation With Gulp.js [watch][$]
- Getting Started with Gulp [read][$]
- Rapid Gulp [watch][$]
- Learning Gulp - Getting started with the font end factory [read]
- Gulp Basics [watch][$]
- Using npm as a Task Runner [watch][$]