Content deleted Content added
citations added |
m grammatical error in overview |
||
Line 16:
== Overview ==
gulp<ref>{{Cite web|url=https://github.com/gulpjs/gulp/blob/master/docs/FAQ.md|title=gulpjs/gulp|website=GitHub|access-date=2016-09-22}}</ref> is a build tool in JavaScript built on [[Node stream|node streams]]. These streams facilitate the connection of file operations through [[Pipeline (software)|pipelines]]<ref>{{url|https://github.com/substack/stream-handbook}}</ref>. gulp reads the file system and pipes the data at hand from its one single-purposed plugin to other through the <code>.pipe()</code> operator, doing one task at a time. The original files are not affected until all the plugins are processed. It can be configured either to modify the original files or to create new ones. This grants the ability to perform complex tasks through linking its
== Why gulp over Grunt? ==
|