Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After pulling down changes, ssh into the vagrant box and run the update_environm
Because we keep the generated / minified css out of the repository, we must have a workflow for compiling the styles.
* Install the latest NodeJS
* Then, go to /public folder and run "npm install"
* Finally, run "compass watch" in your /public folder and the minified css will be generated.
* Finally, run "compass watch" in your /public folder and the minified css will be generated and also your filesystem will watch for file changes (and overwrites the .css). You can also run "compass compile" as a single one-time command to generate the css.

### Contribution

Expand Down