April 2018
Beginner
226 pages
4h 47m
English
gulp.js is basically a JavaScript task runner. All the tasks that were listed previously, as well as bundling of files, refreshing the browser automatically when you save a file after coding, running unit test files, and deploying a build with Amazon API, can be performed using gulp.js. gulp.js performs many tasks that are repetitive and boring:
Let's take a look over the feature list and see why gulp.js is so much more awesome than other libraries, such as grunt.js, that are available in the open source market:
Read now
Unlock full access