Added a faster tailwind-only dev rebuilding solution

This commit is contained in:
Simon Martens
2024-12-18 09:34:05 +01:00
parent 79712349a0
commit 9012fdcb17
5 changed files with 731 additions and 159 deletions

View File

@@ -30,9 +30,9 @@ log = "build-errors.log"
poll = false
poll_interval = 0
post_cmd = []
pre_cmd = ["npm --prefix views/ run build -- --config vite.dev.config.js"]
pre_cmd = ["npm --prefix views/ run tailwind"]
rerun = false
rerun_delay = 500
rerun_delay = 250
send_interrupt = true
stop_on_error = true