File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,9 @@ async composers
1010
1111- _ gulp what?_ If you don't know gulp [ go here first] [ gulp ]
1212
13- - _ Install with [ npm] [ npm ] _
13+ - _ [ ` npm install --save-dev gulp-runtime ` ] [ npm ] _
1414
15- ` npm install --save-dev gulp-runtime `
16-
17- - _ Then open your favourite editor_
18-
19- Go to that ` gulpfile ` and change this line
15+ - _ Open that ` gulpfile ` _ and change this line
2016
2117``` js
2218var gulp = require (' gulp' );
2824var gulp = require (' gulp-runtime' ).create ();
2925```
3026
31- After that just run ` gulpfile ` with ` node ` directly from the command line
27+ After that just run the ` gulpfile ` with ` node ` directly from the command line
3228
3329``` sh
3430node gulpfile.js --tasks default watch serve
3531```
3632
37- If no argument are given the ` default ` task will run instead (as gulp does).
33+ If no arguments are given the ` default ` task will run instead (as gulp does).
3834
3935- _ What about the CLI?_
4036
You can’t perform that action at this time.
0 commit comments