debugging

This commit is contained in:
Chris Cochrun 2025-05-19 12:44:20 -05:00
parent f166ae41f2
commit ff08fa7830

View file

@ -94,9 +94,16 @@
configurePhase = ''
ls
mkdir -p themes
echo
echo
ls themes
echo
echo
cp -r ${inputs.blowfish}/ themes/blowfish
ls themes/blowfish
ls ${inputs.blowfish}
echo
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