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:
parent
37d8f24c72
commit
f5a171aca1
9
Makefile
9
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user