June 2018
Intermediate to advanced
348 pages
8h 19m
English
Gulp is an open source JavaScript-based task runner, which uses code-over-configuration approach to define its tasks. These could be the following:
This tool uses the stream module of Node.js; first of all, we need to define what a stream is. It can be defined as a tool that allows data reading on one file and takes it to another place through pipes methods. The principal feature of Gulp.js is that it does not write files/folders into the hard drive, like other automation tools. That's a good feature, because ...
Read now
Unlock full access