1
0
Fork 0

remove brotli

This commit is contained in:
Harald Hoyer 2023-11-06 14:40:11 +01:00
parent 81b232fa91
commit f2249e32ec

View file

@ -6,6 +6,6 @@ nix shell nixpkgs#zola -c zola build
nix shell nixpkgs#nodejs_20 nixpkgs#zola -c npm install nix shell nixpkgs#nodejs_20 nixpkgs#zola -c npm install
nix shell nixpkgs#nodejs_20 nixpkgs#zola -c npm run abridge nix shell nixpkgs#nodejs_20 nixpkgs#zola -c npm run abridge
nix shell nixpkgs#zola -c zola build nix shell nixpkgs#zola -c zola build
nix shell nixpkgs#brotli -c find public -type f -regextype posix-extended -regex '.*\.(htm|html|css|js|xml|xsl|txt|woff|woff2|svg|otf|eot|ttf)' -exec gzip --best -k -f {} \+ -exec brotli --best -f {} \; find public -type f -regextype posix-extended -regex '.*\.(htm|html|css|js|xml|xsl|txt|woff|woff2|svg|otf|eot|ttf)' -exec gzip --best -k -f {} \;
rsync -a --delete-after public/ /var/www/harald.hoyer.xyz/html/ rsync -a --delete-after public/ /var/www/harald.hoyer.xyz/html/
chmod go-w -R /var/www/harald.hoyer.xyz/ chmod go-w -R /var/www/harald.hoyer.xyz/