Update conf
This commit is contained in:
parent
eae044e1f4
commit
88f8d83317
6 changed files with 14 additions and 7 deletions
7
build_css
Executable file
7
build_css
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env nu
|
||||
if $env.TRUNK_PROFILE == "debug" {
|
||||
npx tailwindcss -i stylesheets/index.css -o $"($env.TRUNK_STAGING_DIR)/tailwind.css"
|
||||
} else {
|
||||
npx tailwindcss -i stylesheets/index.css -o $"($env.TRUNK_STAGING_DIR)/tailwind.css" --minify
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue