aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 53b0767..8f6d462 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,11 @@ run: sass tmpl
test:
go test -v --tags=unit ./...
+# this is meant for "prod" build
sass-slug:
mkdir -p static
sassc \
+ --style compressed \
-I scss scss/main.scss static/main.$(COMMIT).css
sass: