From f96d9527a6164f88f92955e824dd5303da44fc4c Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Fri, 13 Feb 2026 13:49:00 +0100 Subject: [PATCH] remove watch make command as it was not working add commet for clarity --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 203455b..674fe1f 100644 --- a/Makefile +++ b/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