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