Skip to content

Commit 0ec7adb

Browse files
committed
Fix(build): Update TailwindCSS watch mode
The `tailwindcss` command was updated to always watch for changes using the `--watch=always` flag instead of the default behavior. See tailwindlabs/tailwindcss#9966
1 parent 2001d84 commit 0ec7adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ watch/server:
4949
--screen.clear_on_rebuild false
5050

5151
watch/tailwind:
52-
npx tailwindcss -i ./main.css -o ./assets/output.css --minify --watch
52+
npx tailwindcss -i ./main.css -o ./assets/output.css --minify --watch=always
5353

5454
notify-proxy:
5555
templ generate --notify-proxy --proxyport=$(TEMPL_PROXY_PORT)

0 commit comments

Comments
 (0)