diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-17 16:52:00 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-17 16:52:00 +0100 |
commit | 51d2a3dbd4e9afa84a2cd98194e6fb9e800fd004 (patch) | |
tree | 940756e3e60d92169014498a62abe6112e07032e /bin/make_css | |
parent | 866ffe501cc1ffd9374be4b9066d95d65e5b080c (diff) |
add zurich to the exclusion list for non compass scss
Diffstat (limited to 'bin/make_css')
-rwxr-xr-x | bin/make_css | 2 |
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 |