From 9b52a818e5fc773c6e6c2ef097ba7578df4fa58d Mon Sep 17 00:00:00 2001 From: Seoxi Ryouko <3-Seoxi@users.noreply.git.starbit.dev> Date: Thu, 13 Feb 2025 08:22:18 -0600 Subject: [PATCH] =?UTF-8?q?Improved=20build=20script=20=E2=9C=94=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build b/build index 85a80d2..1f24046 100755 --- a/build +++ b/build @@ -1,5 +1,6 @@ #!/usr/bin/env bash -lsc --no-header -bco web/static/ web/src/script.ls || exit 1 +mkdir -p web/static +lsc --no-header -bco web/dynamic/ web/src/script.ls || exit 1 npx sass --no-source-map web/src/style.scss web/dynamic/style.css || exit 2 rustfmt src/*.rs || exit 3 cargo $(basename $0) "${@:1}"