File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ async composers
88
99## setup
1010
11- > gulp what?
11+ 1 . gulp what?
1212
1313 If you don't know gulp [ go here first] [ gulp ]
1414
15- > Install with [ npm] [ npm ]
15+ 2 . Install with [ npm] [ npm ]
1616
1717 ` npm install --save-dev gulp-runtime `
1818
19- > Then open your favourite editor
19+ 3 . Then open your favourite editor
2020
2121 Go to that ` gulpfile ` and change this line
2222
@@ -36,9 +36,9 @@ async composers
3636 node gulpfile.js --tasks default watch serve
3737 ```
3838
39- If no argument is given the ` default ` task will run instead (as gulp does).
39+ If no argument are given the ` default ` task will run instead (as gulp does).
4040
41- > What about the CLI?
41+ 4 . What about the CLI?
4242
4343 Add an alias to your ` .bashrc ` , ` .zshrc `
4444
You can’t perform that action at this time.
0 commit comments