1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-15 19:21:47 +00:00

chore: update makefile

This commit is contained in:
axzilla 2025-02-13 09:22:46 +07:00
parent 37d8f24c72
commit f5a171aca1

View File

@ -12,10 +12,15 @@ server:
--build.stop_on_error "false" \
--misc.clean_on_exit true
tailwind:
tailwind-clean:
tailwindcss -i ./assets/css/input.css -o ./assets/css/output.css --clean
tailwind-watch:
tailwindcss -i ./assets/css/input.css -o ./assets/css/output.css --watch
dev:
make -j4 templ server tailwind
make tailwind-clean
make -j3 templ server tailwind-watch
debug:
make -j3 templ tailwind-app tailwind