From 7c28a53965807d0bd5d57174c8394b73efb84b6e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 17 Mar 2025 10:49:51 -0300 Subject: [PATCH] chore: update dev/assets script --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index d84aafc..a964bf2 100644 --- a/makefile +++ b/makefile @@ -19,7 +19,10 @@ dev/server: -- -dev -port $(PORT) -hostname 0.0.0.0 dev/assets: - tailwindcss -o ./static/css/wind.css -w + tailwindcss \ + -i ./assets/stylesheets/tailwind.css \ + -o ./assets/stylesheets/out.css \ + --watch dev: $(MAKE) -j2 dev/assets dev/server