adding tailwindcss_4
This commit is contained in:
parent
ec025f9402
commit
7acec5a0a2
|
@ -66,6 +66,7 @@
|
||||||
hugo
|
hugo
|
||||||
go
|
go
|
||||||
nodejs
|
nodejs
|
||||||
|
tailwindcss_4
|
||||||
# sbcl'
|
# sbcl'
|
||||||
clippy
|
clippy
|
||||||
rustc
|
rustc
|
||||||
|
@ -98,7 +99,7 @@
|
||||||
ls themes/blowfish
|
ls themes/blowfish
|
||||||
'';
|
'';
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
NODE_ENV=production ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -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
|
||||||
${pkgs.hugo}/bin/hugo --minify
|
${pkgs.hugo}/bin/hugo --minify
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue