parent
e5584dd778
commit
955feae2af
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
|
|
||||||
sh -c "hugo"
|
hugo
|
||||||
sh -c "find ./public -type f -regex '.*\.\(css\|html\|js\|json\|svg\|xml\)$' -exec brotli --best -f {} \+ -exec gzip --best -k -f {} \+"
|
find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
|
||||||
|
-exec brotli --best -f {} \+ \
|
||||||
exit 0
|
-exec gzip --best -k -f {} \+
|
||||||
|
|
Loading…
Reference in a new issue