aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2015-03-31 09:14:11 +0100
committerGareth Rees <gareth@mysociety.org>2015-04-07 16:25:08 +0100
commit17b5a0027c8fe80bc9eef390c6a9d8e8c4f3cb25 (patch)
tree0cc570cc5276c1ad627496ef6bbcd0b1d05ca3e9
parent7dfffc8be334002f881807505e6906554fdd325d (diff)
Add note about watching scss
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d481e32c4..a73be0eda 100644
--- a/README.md
+++ b/README.md
@@ -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