Skip to content

Commit 8fcb101

Browse files
author
Shawn McCool
committed
Merge pull request #64 from jeroengerits/master
extended frontend instructions on frontend scss
2 parents 5dbfd78 + dd8f6ee commit 8fcb101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ After pulling down changes, ssh into the vagrant box and run the update_environm
8080
Because we keep the generated / minified css out of the repository, we must have a workflow for compiling the styles.
8181
* Install the latest NodeJS
8282
* Then, go to /public folder and run "npm install"
83-
* Finally, run "compass watch" in your /public folder and the minified css will be generated.
83+
* 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.
8484

8585
### Contribution
8686

0 commit comments

Comments
 (0)