yew-template/Trunk.toml
2024-10-05 14:57:39 +08:00

14 lines
291 B
TOML

[build]
public_url = "/static/"
[[hooks]]
stage = "pre_build"
command = "pnpm"
command_arguments = ["tailwindcss", "-i", "style/index.css", "-o", "$TRUNK_SOURCE_DIR/index.css"]
[[hooks]]
stage = "post_build"
command = "sh"
command_arguments = ["-c", "rm -fv $TRUNK_SOURCE_DIR/index.css"]