From 039b3676c68f6488fa0b7938f93ce6a48f7e451a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 16 Dec 2023 05:40:48 -0600 Subject: [PATCH] better makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bc2a2c..17111b2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build-server: sbcl --load build.lisp serve: - hugo server --noHTTPCache + hugo server --noHTTPCache --disableFastRender css: NODE_ENV=development ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w