Files
dandadan/build
2025-02-09 00:47:16 -06:00

5 lines
144 B
Bash
Executable File

#!/usr/bin/env bash
lsc -bc --no-header -o static/ web-src/script.ls
npx sass web-src/style.scss static/style.css
cargo $(basename $0) "${@:1}"