diff options
-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 6b9a67e65..9f330e7ee 100755 --- a/bin/make_css +++ b/bin/make_css @@ -15,7 +15,7 @@ DIRECTORY=$(cd `dirname $0`/../web && pwd) # FixMyStreet uses compass -NEWSTYLE="fixmystreet bromley fixmybarangay" +NEWSTYLE="fixmystreet bromley fixmybarangay barnet" NEWSTYLE_REGEX=${NEWSTYLE// /\\|} for site in $NEWSTYLE; do compass compile --output-style compressed $DIRECTORY/cobrands/$site |