aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css
diff options
context:
space:
mode:
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 7e01da267..c22848f50 100755
--- a/bin/make_css
+++ b/bin/make_css
@@ -13,6 +13,6 @@
DIRECTORY=$(cd `dirname $0` && pwd)
for file in `find $DIRECTORY/../ -name "*.scss" ! -name "_*"`; do
- sass --style expanded $file ${file/scss/css}
+ sass --style compressed $file ${file/scss/css}
done