making the camp form function goodly

This commit is contained in:
Chris Cochrun 2025-03-26 11:55:59 -05:00
parent b2d96c13a1
commit fdb6021683
6 changed files with 5 additions and 10 deletions

View file

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