From 66daa33f224c95b37850b792f6889b9d20ff35b2 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Sun, 16 Feb 2025 23:27:07 +1100 Subject: [PATCH] Fixed tailwind not generated on build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a8dc81f..72a5804 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ BINARY_NAME=projectreshoot build: + tailwindcss -i ./static/css/input.css -o ./static/css/output.css && \ go mod tidy && \ templ generate && \ go generate && \