debugging
This commit is contained in:
parent
f166ae41f2
commit
ff08fa7830
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue