From 177c2de3f7c2b1cee8dbea4acaa896a334ba3162 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 May 2024 00:15:35 +0200 Subject: feat: add css --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 45a5f11..a24dc88 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,9 @@ default: @just --list --justfile {{ justfile() }} --unsorted +prepare: + ln -sf $(nix-build --no-out-link -A css) frontend/static/style.css + checkformat: gofmt -d . goimports -d . @@ -15,5 +18,5 @@ fix: precommit: nix-build -A pre-commit-check -dev: +dev: prepare wgo run ./serve/ --live -- cgit 1.4.1