aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-19 12:20:55 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-19 12:20:55 +0000
commit468f89a56ad2cc69ec4ad4904a18dcf891a505cd (patch)
treee0f69cec5ddb98e9e2920c51eb92c00075757559 /bin/make_css
parent136fd944c596e6cebd5127955fb507ae155725c1 (diff)
parentb81ba9819a4f33c21354617538a545a6520eb4d1 (diff)
Merge branch 'stevenage'
Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html
Diffstat (limited to 'bin/make_css')
-rwxr-xr-xbin/make_css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_css b/bin/make_css
index 392d7d7d7..a86fd4f0d 100755
--- a/bin/make_css
+++ b/bin/make_css
@@ -14,7 +14,7 @@
DIRECTORY=$(cd `dirname $0`/../web && pwd)
# FixMyStreet uses compass
-NEWSTYLE=${1:-"fixmystreet bromley fixmybarangay barnet zurich default"}
+NEWSTYLE=${1:-"fixmystreet bromley fixmybarangay barnet zurich default stevenage"}
NEWSTYLE_REGEX=${NEWSTYLE// /\\|}
for site in $NEWSTYLE; do
compass compile --output-style compressed $DIRECTORY/cobrands/$site