Restructured frontend 💯

This commit is contained in:
Seoxi Ryouko
2025-02-13 06:45:01 -06:00
parent 04532aaafe
commit 7c3e1fc9e9
8 changed files with 31 additions and 17 deletions

4
build
View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
lsc -bc --no-header -o static/ web-src/script.ls || exit 1
npx sass web-src/style.scss static/style.css || exit 2
lsc --no-header -bco web/static/ web/src/script.ls || exit 1
npx sass --no-source-map web/src/style.scss web/static/style.css || exit 2
rustfmt src/*.rs || exit 3
cargo $(basename $0) "${@:1}"