8 lines
No EOL
200 B
TOML
8 lines
No EOL
200 B
TOML
[build]
|
|
target = "index.html"
|
|
dist = "dist"
|
|
|
|
[[hooks]]
|
|
stage = "build"
|
|
command = "sh"
|
|
command_arguments = ["-c", "npx tailwindcss -i stylesheets/index.css -o $TRUNK_STAGING_DIR/tailwind.css --minify"] |