better makefile
This commit is contained in:
parent
471f397502
commit
039b3676c6
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue