aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css
blob: 96c768acc1b2188d1c2876b82cf6222a5ecab7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#
# make_css:
# Generate CSS files from SCSS files.
#
# Requires sass which you can get from http://sass-lang.com/
#
# Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
# $Id: send-reports,v 1.79 2010-01-06 16:50:26 louise Exp $

DIRECTORY=$(cd `dirname $0` && pwd)

sass --scss --update --style compressed $DIRECTORY/..