better makefile

This commit is contained in:
Chris Cochrun 2023-12-16 05:40:48 -06:00
parent 471f397502
commit 039b3676c6

View file

@ -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