From e9098e00fb6339b759df5b0df2e086cef8a7ce83 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 7 Jun 2024 23:02:54 +0200 Subject: feat: Rework some pages --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3