diff options
Diffstat (limited to 'bin/make_css')
-rwxr-xr-x | bin/make_css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/make_css b/bin/make_css index 9f330e7ee..175440bb4 100755 --- a/bin/make_css +++ b/bin/make_css @@ -14,8 +14,7 @@ DIRECTORY=$(cd `dirname $0`/../web && pwd) # FixMyStreet uses compass - -NEWSTYLE="fixmystreet bromley fixmybarangay barnet" +NEWSTYLE="fixmystreet bromley fixmybarangay barnet zurich default" NEWSTYLE_REGEX=${NEWSTYLE// /\\|} for site in $NEWSTYLE; do compass compile --output-style compressed $DIRECTORY/cobrands/$site |