From 549136527e6c527401a9b5873c3fd75a84a38468 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Fri, 23 May 2014 17:08:45 +0200 Subject: [PATCH] Update makefile to compress css on release. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2977bd8b..58a21286 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,8 @@ ifneq ($(NODEJS_BIN_EXISTS), 1) $(error "Can't find node.js runtime, please install / check your PATH") endif +SASSFLAGS = --style=expanded + # Tools AUTOPREFIXER_BROWSER_SUPPORT := "> 1%, last 2 versions, Firefox ESR, Opera 12.1" @@ -92,7 +94,6 @@ test: get assets: styles javascript -styles: SASSFLAGS = --style=expanded styles: mkdir -p $(CURDIR)/static/css mkdir -p $(CURDIR)/static/fonts