debugging
This commit is contained in:
parent
f166ae41f2
commit
ff08fa7830
|
@ -94,9 +94,16 @@
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
ls
|
ls
|
||||||
mkdir -p themes
|
mkdir -p themes
|
||||||
|
echo
|
||||||
|
echo
|
||||||
ls themes
|
ls themes
|
||||||
|
echo
|
||||||
|
echo
|
||||||
cp -r ${inputs.blowfish}/ themes/blowfish
|
cp -r ${inputs.blowfish}/ themes/blowfish
|
||||||
ls themes/blowfish
|
ls themes/blowfish
|
||||||
|
ls ${inputs.blowfish}
|
||||||
|
echo
|
||||||
|
echo
|
||||||
'';
|
'';
|
||||||
buildPhase = ''
|
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
|
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