summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ad2396..a317b20 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ css: $(CSS)
$(CSS): $(SCSS) scss/style.scss $(BUILD_DIR)
mkdir -p `dirname $(CSS)`
- sassc --style expanded $(SCSS) $(CSS)
+ sassc --style compressed $(SCSS) $(CSS)
js: $(JS_DIR) $(JS_SRC)