Updates for grunt replaced by gulp
This commit is contained in:
parent
58affe9f6c
commit
c018d5696d
@ -121,13 +121,13 @@ This can be changed at config/config.js. As of June 2014, storing the livenet bl
|
||||
|
||||
## Development
|
||||
|
||||
To run `bitcore-node` locally for development with grunt:
|
||||
To run `bitcore-node` locally for development with gulp:
|
||||
|
||||
```$ NODE_ENV=development grunt```
|
||||
```$ NODE_ENV=development gulp```
|
||||
|
||||
To run the tests
|
||||
|
||||
```$ grunt test```
|
||||
```$ gulp test```
|
||||
|
||||
|
||||
## Caching schema
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
"bitcore"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node node_modules/grunt-cli/bin/grunt"
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "0.9.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user