diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 18:41:39 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 18:41:39 +0200 |
commit | 129c73757036a8073467a2046bc73e95918f1ca1 (patch) | |
tree | b4ea5e7af4cc17db6a3533add0f3ac7186dc42f3 /Makefile | |
parent | fadc75c731368d39edc718246b6dedff40e097e3 (diff) | |
download | cerrado-129c73757036a8073467a2046bc73e95918f1ca1.tar.gz cerrado-129c73757036a8073467a2046bc73e95918f1ca1.tar.bz2 cerrado-129c73757036a8073467a2046bc73e95918f1ca1.zip |
feat: Add bootsrap scss
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |