From 27400b0fce5d4ef3b7fd5ef4d25bac8f00754e33 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 17:33:24 +0100 Subject: feat: Add wrapper for commit Add a wrapper to the commit log that also contains possible reference. This will be useful once to later display the reference in the commit log. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80aaf2b..d214a85 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ sass: $(OUTPUT_CSS) $(OUTPUT_CSS): $(SASS_FILES) @mkdir -p $(CSS_DIR) - sassc $(SASS_DIR)/main.scss $(OUTPUT_CSS) + sassc --style compressed $(SASS_DIR)/main.scss $(OUTPUT_CSS) tmpl: $(GO_TEMPLATES_FILES) -- cgit v1.2.3