Skip to content

Commit

Permalink
moved from gzip to zopfli for precompression
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik committed Nov 26, 2023
1 parent 2158339 commit d2cef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/bin/build-and-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ npm run docs:build
find ./docs/.vitepress/dist -type f \
-regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
-exec brotli --best {} \+ \
-exec gzip --best -k {} \+
-exec zopfli --i100 {} \+

rsync -avh --delete ./docs/.vitepress/dist/ chinchilla-prod:/home/deploy/docker/ablegram.app/webroot

0 comments on commit d2cef72

Please sign in to comment.