diff options
author | Struan Donald <struan@exo.org.uk> | 2012-02-02 16:31:39 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-02-02 16:31:39 +0000 |
commit | a27d506f2f593bd64f5c744856dacac4e1f52420 (patch) | |
tree | a3ec7dff4bb200e253b4b7b7530490a6fa94d786 /bin/make_css | |
parent | bd1be5d99f2c51f9fe2eb7751392b4b44fd74edc (diff) | |
parent | b0e3c5065d86248e5d3d8bf9848193730ef60f1c (diff) |
Merge branch 'packaging'
Conflicts:
.gitignore
Diffstat (limited to 'bin/make_css')
-rwxr-xr-x | bin/make_css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/make_css b/bin/make_css index 59acdb984..96c768acc 100755 --- a/bin/make_css +++ b/bin/make_css @@ -2,8 +2,8 @@ # # make_css: # Generate CSS files from SCSS files. -# Curerntly the CSS files are also in version control, though I guess -# in future they don't need to be, and compressed style could then be used. +# +# Requires sass which you can get from http://sass-lang.com/ # # Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org |