diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-17 16:47:18 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-17 16:47:18 +0100 |
commit | 866ffe501cc1ffd9374be4b9066d95d65e5b080c (patch) | |
tree | 8738e52c3788ae71b54600294adb719984c1dbd9 /bin | |
parent | 717a42d794d1b96a02d034d36a6058c4c46ee20d (diff) |
add zurich css that just copies fms
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/make_css b/bin/make_css index 2a78feb59..65a429d3b 100755 --- a/bin/make_css +++ b/bin/make_css @@ -17,6 +17,7 @@ DIRECTORY=$(cd `dirname $0`/../web && pwd) compass compile --output-style compressed $DIRECTORY/cobrands/fixmystreet compass compile --output-style compressed $DIRECTORY/cobrands/bromley compass compile --output-style compressed $DIRECTORY/cobrands/barnet +compass compile --output-style compressed $DIRECTORY/cobrands/zurich compass compile --output-style compressed $DIRECTORY/cobrands/default # The rest are plain sass |