i don't care
This commit is contained in:
parent
2b82345290
commit
cd67605f69
|
@ -108,7 +108,7 @@
|
||||||
echo
|
echo
|
||||||
'';
|
'';
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
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
|
tailwindcss -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit && hugo --gc --minify
|
||||||
${pkgs.hugo}/bin/hugo --minify
|
${pkgs.hugo}/bin/hugo --minify
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue