Skip to content

Commit

Permalink
Add line how to enable developer tools while developing via node-webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ohwhen committed Mar 12, 2014
1 parent 6d1ed3b commit 0c17833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ Replace `node_modules/moviedb/node_modules/superagent/index.js` contents with:
- Run `compass watch` in Terminal for CSS compiling and listen to future changes.
- [How to build with SublimeText](https://github.com/rogerwang/node-webkit/wiki/Debugging-with-Sublime-Text-2-and-3)
- Currently Gaze to watch all files and reload the app is disabled due to memory leaks and unstability.
- Run node-webkit from the root directory with --debug to enable debugging mode like so ```node-webkit . --debug```

0 comments on commit 0c17833

Please sign in to comment.