From 261cb80d14472cd10186d3e3704cc12d11996169 Mon Sep 17 00:00:00 2001 From: "xan.lol" Date: Mon, 2 Mar 2026 00:37:22 -0800 Subject: [PATCH] build: copy style.css --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 4a1a13c9a..ffd574029 100644 --- a/justfile +++ b/justfile @@ -43,6 +43,9 @@ postbuild-web: # copy our static pages over! cp -r witchsky-static-about web-build/about + + # copy a stylesheet + cp src/style.css web-build/style.css [group('dev')] dev-android-setup: prebuild-android -- 2.51.2