portfolio_leptos/Trunk.toml

8 lines
188 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"
command_arguments = ["-c", "npx tailwindcss -i index.css -o $TRUNK_STAGING_DIR/tailwind.css --minify"]