'''gulp.js''' is an open source, extensible, powerful and efficient JavaScript toolkit by Fractal innovationsInnovations and the open source community at git, used as a streaming build system in front end web development commonly . It is a task runner 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, image 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.
== Overview ==
Line 36:
== gulpfile.js ==
InFirst the first stepof all, the necessary modules must be defined in the gulpfile.js. <syntaxhighlight lang="javascript">