Skip to content

Latest commit

 

History

History
59 lines (20 loc) · 1.81 KB

build.md

File metadata and controls

59 lines (20 loc) · 1.81 KB

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:
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: