Skip to content

Commit

Permalink
Update README.md with css dir for compass command
Browse files Browse the repository at this point in the history
On some system it seems like default css directory is `stylesheet` instead of `css`.
  • Loading branch information
isra17 committed Mar 14, 2014
1 parent ecd85d7 commit 0f1890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Replace `node_modules/moviedb/node_modules/superagent/index.js` contents with:


## Development
- Run `compass watch` in Terminal for CSS compiling and listen to future changes.
- Run `compass watch --css-dir css` 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 0f1890a

Please sign in to comment.