aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-09-05 09:38:31 +0100
committerStruan Donald <struan@exo.org.uk>2011-09-05 09:38:31 +0100
commitd328f71a4a636c2b5888cd3d3a5d1c04bedfed97 (patch)
tree475bd1f96982c1ae29c2ecb6786548bf8a1ba273 /bin/make_css
parent37950c4077bfe9ef2f0b879cb4af74ffae278b47 (diff)
parentb3cda28415c7f0126befd2469e3f1b2331acf166 (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'bin/make_css')
-rwxr-xr-xbin/make_css5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/make_css b/bin/make_css
index c22848f50..59acdb984 100755
--- a/bin/make_css
+++ b/bin/make_css
@@ -12,7 +12,4 @@
DIRECTORY=$(cd `dirname $0` && pwd)
-for file in `find $DIRECTORY/../ -name "*.scss" ! -name "_*"`; do
- sass --style compressed $file ${file/scss/css}
-done
-
+sass --scss --update --style compressed $DIRECTORY/..