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