mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-09-19 20:04:50 -04:00
stop unnecessarily copying mtime for gz output
This commit is contained in:
parent
265576f637
commit
8a4a3ef0df
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ cp --remove-destination webapps/element/config.json static_tmp/config.json
|
|||
cp nginx/nginx.conf nginx.conf.tmp
|
||||
|
||||
find static_tmp -regex '.+\.\(css\|html\|ico\|js\|json\|map\|svg\|txt\|webmanifest\|xml\|wasm\)' |
|
||||
parallel "brotli -k {}; zopfli {} && touch -r {} {}.gz"
|
||||
parallel "brotli -k {}; zopfli {}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue