This commit is contained in:
Chris Cochrun 2025-05-19 13:04:16 -05:00
parent f9050c8437
commit 53c3377938

View file

@ -108,7 +108,7 @@
echo
'';
buildPhase = ''
tailwindcss -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify
NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify
${pkgs.hugo}/bin/hugo --minify
'';
installPhase = ''