Gulp.js: Difference between revisions

Content deleted Content added
Stiruma (talk | contribs)
grammatical changes
Stiruma (talk | contribs)
Added Installation
Line 22:
== Installation ==
 
Gulp neededneeds [[Node.js]] and can be installed by the [[Node Package Manager]]. ForTo thisremove purpose,a previously installed gulp the command is <code> {| s | {long npm installrm --global gulp-cli}} is | run <ref> {{Internet source </code> in the [Shell] [Shell (OS)] |. Url =https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md|titel=gulp - Getting Started |factory = gulp.js | language = en | access = 2016-05-28}} </ref>
 
Install gulp globally, then initialize the project directory and install in the project locally.
'''<code>
$ npm install --global gulp-cli
$ npm init
$ npm install --save-dev gulp'''
 
== Operation ==