From 129c73757036a8073467a2046bc73e95918f1ca1 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 5 May 2024 18:41:39 +0200 Subject: feat: Add bootsrap scss --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ecf165d..c947b68 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,12 @@ -build: +build: sass go build -o bin/cerrado -run: +run: sass go run . test: go test -v --tags=unit ./... + +sass: + sassc \ + -I scss scss/main.scss bin/main.css -- cgit v1.2.3