mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Added gulp cli documentation
This commit is contained in:
parent
f1d100f910
commit
77eaf8b0f5
12
README.md
12
README.md
@ -7,6 +7,18 @@ npm install --global grunt-cli
|
|||||||
npm install
|
npm install
|
||||||
grunt dev
|
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
|
### In Chrome
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user