trying to build the lisp server in nix
This commit is contained in:
parent
c204bd8d96
commit
54dab680d6
5 changed files with 38 additions and 8 deletions
3
Makefile
3
Makefile
|
@ -12,5 +12,8 @@ css:
|
|||
build-site:
|
||||
rm -rf public && NODE_ENV=production ./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 && hugo --gc --minify
|
||||
|
||||
api:
|
||||
sbcl --load build.lisp
|
||||
|
||||
clean:
|
||||
rm -rf public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue