Files
dandadan/build
2025-02-09 03:02:25 -05:00

6 lines
177 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 && \
rustfmt src/*.rs && \
cargo $(basename $0) "${@:1}"