Added gulp cli documentation

This commit is contained in:
Dan Finlay 2016-03-03 09:32:52 -08:00
parent f1d100f910
commit 77eaf8b0f5
1 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,18 @@ npm install --global grunt-cli
npm install
grunt dev
```
### Developing with Gulp
We're using an experimental version of `gulp-cli`, so if you have the old version of gulp, you'll need to uninstall it, `npm uninstall -g gulp`, and install this one instead:
```bash
npm install gulpjs/gulp-cli#4.0 -g
```
After that, you can just:
```bash
gulp dev
```
### In Chrome