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:
|
web:
|
||||||
go run ./cmd/web
|
go run ./cmd/web
|
||||||
|
|
||||||
|
# Run both dev and tw in parallel for generating templates and compiling Tailwind CSS on file changes
|
||||||
dev:
|
dev:
|
||||||
@go tool templ generate -watch -cmd "go run ./cmd/web"
|
@go tool templ generate -watch -cmd "go run ./cmd/web"
|
||||||
|
|
||||||
tw:
|
tw:
|
||||||
@npx --yes @tailwindcss/cli -i ./pkg/web/input.css -o ./pkg/web/assets/css/styles.css --watch
|
@npx --yes @tailwindcss/cli -i ./pkg/web/input.css -o ./pkg/web/assets/css/styles.css --watch
|
||||||
|
|
||||||
watch:
|
|
||||||
@make -j2 dev tw
|
|
||||||
|
|
||||||
completions:
|
completions:
|
||||||
@go build -o ./bin/pm ./cmd/pm
|
@go build -o ./bin/pm ./cmd/pm
|
||||||
|
|||||||
Reference in New Issue
Block a user