Slide 8
Slide 8 text
@MacMladen Gulp — task runner v.1 2018-04-26
]{
8
Gulp
nodejs streams task runner
gulp.js is an open-source JavaScript toolkit,
used as a streaming build system in front-end web development.
It is built on Node.js and npm, used for automation of time-consuming and repetitive tasks
involved in web development like minification, concatenation, cache busting, unit testing,
linting, optimization, etc.
gulp uses a code-over-configuration approach to define its tasks and relies on its small, single-
purposed plugins to carry them out. The gulp ecosystem includes more than 300 such plugins.