Gulp.js: Difference between revisions

Content deleted Content added
removed peacock words; added clean-up template
Line 1:
{{multiple issues|
{{How to|date=October 2016}}
{{context|date=January 2017}}
}}
{{Infobox Software
| logo =
Line 9 ⟶ 12:
| license = [[MIT License]]<ref>{{cite web|url=https://github.com/gulpjs/gulp/blob/master/LICENSE|title=License to github.com | language=en | accessdate = 2016-05-30}}</ref>
}}
'''gulp.js''' is an [[Open-source software|open-source]], extensible, powerful and efficient [[JavaScript]] toolkit by Fractal Innovations<ref name=":0">{{Cite book|title=Developing a Gulp Edge|publisher=Bleeding Edge Press|year=2014|isbn=978-1-939902-14-6|edition=1st|___location=|pages=|via=|author1=Jed Mao |author2=Maximilian Schmitt |author3=Tomasz Stryjewski |author4=Cary Country Holt |author5=William Lubelski }}</ref> and the open source community at [[git]], used as a streaming [[build system]] in [[front-end web development]].
 
It is a task runner built on [[Node.js]] and [[Node Package Manager|Node Package Manager (npm)]], used for automation of time-consuming and repetitive tasks involved in web development like [[Minification (programming)|minification]], concatenation, cache busting, [[unit testing]], [[Linting software|linting]], optimization etc.<ref>{{cite web|url=https://www.smashingmagazine.com/2014/06/building-with-gulp/ |title=Building With Gulp – Smashing Magazine |website=Smashingmagazine.com |date= |accessdate=2016-12-14}}</ref>