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
|
## 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
|
To run the tests
|
||||||
|
|
||||||
```$ grunt test```
|
```$ gulp test```
|
||||||
|
|
||||||
|
|
||||||
## Caching schema
|
## Caching schema
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
"bitcore"
|
"bitcore"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node node_modules/grunt-cli/bin/grunt"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.9.0",
|
"async": "0.9.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user