Skip to content

Commit dd8f6ee

Browse files
author
Jeroen Gerits
committed
extended frontend instructions on frontend scss
1 parent 481ad5d commit dd8f6ee

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
@@ -79,7 +79,7 @@ After pulling down changes, ssh into the vagrant box and run the update_environm
7979
Because we keep the generated / minified css out of the repository, we must have a workflow for compiling the styles.
8080
* Install the latest NodeJS
8181
* Then, go to /public folder and run "npm install"
82-
* Finally, run "compass watch" in your /public folder and the minified css will be generated.
82+
* 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.
8383

8484
### Contribution
8585

0 commit comments

Comments
 (0)