aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-13 21:57:10 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-13 21:57:10 +0100
commit0a512ce7d620a403a081b0bed500272e4ed55cf7 (patch)
tree8c924fe23f683cfb1f7de3e50642fed090a53b68 /bin
parent52a27eb4589102f373dd4835a231301ad6060908 (diff)
Move default cobrand to new design.
Due to old cobrands, this involves the subclasses implementing the web templates dir to ignore what the default is doing. A vaguely garish yet pleasing colour scheme has been chosen so that the site is both usable and suggests you may want to change it.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/make_css3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/make_css b/bin/make_css
index 22ebddba2..2a78feb59 100755
--- a/bin/make_css
+++ b/bin/make_css
@@ -17,9 +17,10 @@ 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/default
# The rest are plain sass
-for scss in `find $DIRECTORY -name "*.scss" -exec dirname {} \; | uniq | grep -v "cobrands/\(fixmystreet\|bromley\|barnet\)"`
+for scss in `find $DIRECTORY -name "*.scss" -exec dirname {} \; | uniq | grep -v "cobrands/\(fixmystreet\|bromley\|barnet\|default\)"`
do
sass --scss --update --style compressed $scss
done