making the camp form function goodly
This commit is contained in:
parent
b2d96c13a1
commit
fdb6021683
6 changed files with 5 additions and 10 deletions
2
justfile
2
justfile
|
@ -2,7 +2,7 @@ default:
|
|||
just --list
|
||||
build:
|
||||
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
|
||||
run:
|
||||
run: build
|
||||
cargo run
|
||||
server:
|
||||
hugo server --noHTTPCache --disableFastRender
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue