From c7dafb8555437bd626f92eae53db0e252221461b Mon Sep 17 00:00:00 2001 From: ptillemans Date: Mon, 4 Sep 2023 16:36:37 +0200 Subject: [PATCH] add docs for Makefile --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 3180842..1a760ed 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,18 @@ then in the root folder: npx tailwindcss -i ./src/input.css -o ./static/output.css --watch Same deal, it will monitor changes in the templates and regenerate the output.css on the fly. + +### Makefile + +I added a makefile to not have to remember the command lines : + + make tailwind + +starts the CSS generator + +and + + make air + +starts the go watcher builder although I do not know why anyone wants to type the 5 extra chars. +