diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-03-31 09:14:11 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-04-07 16:25:08 +0100 |
commit | 17b5a0027c8fe80bc9eef390c6a9d8e8c4f3cb25 (patch) | |
tree | 0cc570cc5276c1ad627496ef6bbcd0b1d05ca3e9 | |
parent | 7dfffc8be334002f881807505e6906554fdd325d (diff) |
Add note about watching scss
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ There's also an Alaveteli-specific stylesheet, so do: sass --update --style=compressed assets/sass/alaveteli-org.scss:assets/css/alaveteli-org.css +You can use `--watch` instead of `--update` to continually monitor for changes. ## Viewing locally manually |