portfolio_leptos/Trunk.toml

8 lines
200 B
TOML
Raw Normal View History

2023-03-08 21:22:39 +01:00
[build]
target = "index.html"
dist = "dist"
[[hooks]]
stage = "build"
command = "sh"
2023-03-08 21:29:25 +01:00
command_arguments = ["-c", "npx tailwindcss -i stylesheets/index.css -o $TRUNK_STAGING_DIR/tailwind.css --minify"]