Tutsplus - NPM Scripts for Build Tooling
Duration: 0.2 hours | Video: h264, yuv420p, 1280x720 30fps | Audio: aac, 44100 Hz, 2 ch | 141 MB
Genre: eLearning | Language: English
When developing and deploying a web application, we need to run a number of build steps. CSS needs to be minified, Sass and ES6 need to be transpiled, and unit tests need to be run. To sequence all of these tasks, we turn to build automation tools: Grunt and Gulp are two of the most popular in the javascript community. However, NPM scripts are an even simpler way to perform build automation.