remove watch make command as it was not working
add commet for clarity
This commit is contained in:
4
Makefile
4
Makefile
@@ -20,14 +20,12 @@ tui:
|
||||
web:
|
||||
go run ./cmd/web
|
||||
|
||||
# Run both dev and tw in parallel for generating templates and compiling Tailwind CSS on file changes
|
||||
dev:
|
||||
@go tool templ generate -watch -cmd "go run ./cmd/web"
|
||||
|
||||
tw:
|
||||
@npx --yes @tailwindcss/cli -i ./pkg/web/input.css -o ./pkg/web/assets/css/styles.css --watch
|
||||
|
||||
watch:
|
||||
@make -j2 dev tw
|
||||
|
||||
completions:
|
||||
@go build -o ./bin/pm ./cmd/pm
|
||||
|
||||
Reference in New Issue
Block a user