From b80407af8784bb543dc341e028e48a33fbc27f55 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 31 Aug 2015 21:39:47 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a8304a7..d9b4946f 100644 --- a/README.md +++ b/README.md @@ -285,10 +285,10 @@ Because embark is internally using grunt tasks, debugging is not straightforward - 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 knowledge we can prepare proper command to start debugging -- `node-debug -p 7000 grunt -- deploy_contracts:development` -- +- ```node-debug -p 7000 grunt -- deploy_contracts:development``` - [here](https://github.com/iurimatias/embark-framework/blob/develop/tasks/tasks.coffee) is list of all debuggable grunt tasks + +[here](https://github.com/iurimatias/embark-framework/blob/develop/tasks/tasks.coffee) is list of all debuggable grunt tasks EACCESS Error ======