aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-08-17 16:52:00 +0100
committerStruan Donald <struan@exo.org.uk>2012-08-17 16:52:00 +0100
commit51d2a3dbd4e9afa84a2cd98194e6fb9e800fd004 (patch)
tree940756e3e60d92169014498a62abe6112e07032e
parent866ffe501cc1ffd9374be4b9066d95d65e5b080c (diff)
add zurich to the exclusion list for non compass scss
-rwxr-xr-xbin/make_css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_css b/bin/make_css
index 65a429d3b..9d033b5dc 100755
--- a/bin/make_css
+++ b/bin/make_css
@@ -21,7 +21,7 @@ compass compile --output-style compressed $DIRECTORY/cobrands/zurich
compass compile --output-style compressed $DIRECTORY/cobrands/default
# The rest are plain sass
-for scss in `find $DIRECTORY -name "*.scss" -exec dirname {} \; | uniq | grep -v "cobrands/\(fixmystreet\|bromley\|barnet\|default\)"`
+for scss in `find $DIRECTORY -name "*.scss" -exec dirname {} \; | uniq | grep -v "cobrands/\(fixmystreet\|bromley\|barnet\|default\|zurich\)"`
do
sass --scss --update --style compressed $scss
done