Replace 'wasm-pack' by 'trunk'

This commit is contained in:
Greg Burri 2025-03-11 17:24:13 +01:00
parent ec582ad68f
commit 08c4238dcb
14 changed files with 42 additions and 85 deletions

View file

@ -28,6 +28,7 @@ fn main() {
fn run_sass(command: &mut Command) -> Output {
command
.arg("--no-source-map")
.arg("scss/style.scss")
.arg("static/style.css")
.output()