From bab0ecf038c6a247b76f73e86fc14cbc5a72bb42 Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Tue, 23 May 2023 11:17:59 +0200 Subject: [PATCH] Remove the saas compilation from justfile's build action No needed, the css must by compiled at avery scss' update --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 688363a..2716fa3 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,4 @@ build: - sass -s compressed static/styles.scss static/styles.css CC=$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./njump deploy: build