mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
fixed typos
This commit is contained in:
parent
2ffe63a31d
commit
37fd6e1e13
@ -216,11 +216,11 @@ Embark works quite well with the LiveReload Plugin
|
||||
|
||||
Debugging embark
|
||||
======
|
||||
Becuase embark is internally using grunt tasks, debugging is not straightforward. Example
|
||||
Because embark is internally using grunt tasks, debugging is not straightforward. Example
|
||||
|
||||
- you want to debug `embark deploy`
|
||||
- normally you would write something like `node-debug -p 7000 embark -- deploy`
|
||||
- This gives you nothing with embark. If you look at `deploy` command in [`./bin/embark`](https://github.com/iurimatias/embark-framework/blob/develop/bin/embark#L32-L35) you will notice that it internally runs grunt task `grunt deploy_contracts:[env]`
|
||||
- with this knoledge we can prepare proper command to start debugging
|
||||
- with this knowledge we can prepare proper command to start debugging
|
||||
- `node-debug -p 7000 grunt -- deploy_contracts:development`
|
||||
- [here](https://github.com/iurimatias/embark-framework/blob/develop/tasks/tasks.coffee) is list of all debugable grunt tasks
|
||||
- [here](https://github.com/iurimatias/embark-framework/blob/develop/tasks/tasks.coffee) is list of all debuggable grunt tasks
|
||||
|
Loading…
x
Reference in New Issue
Block a user