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.
General Learning:
- Getting Started with Gulp [read][$]
- Gulp Basics [watch][$]
- JavaScript Build Automation With Gulp.js [watch][$]
References/Docs:
ADVICE:
Gulp is great. However, you might only need npm run
. Before turning to additional complexity in your application stack ask yourself if npm run
can do the job. If you need more, use Gulp.
Read: