stop unnecessarily copying mtime for gz output

This commit is contained in:
Daniel Micay 2021-07-21 16:55:22 -04:00
parent 93f0d39a8d
commit c6219613d6

View File

@ -41,4 +41,4 @@ for file in static_tmp/**/*.@(atom|xml); do
done done
find static_tmp -regex '.+\.\(atom\|css\|html\|ico\|js\|json\|mjs\|pdf\|svg\|txt\|webmanifest\|xml\)' | find static_tmp -regex '.+\.\(atom\|css\|html\|ico\|js\|json\|mjs\|pdf\|svg\|txt\|webmanifest\|xml\)' |
parallel "brotli -k {}; zopfli {} && touch -r {} {}.gz" parallel "brotli -k {}; zopfli {}"