brotli: `--no-copy-stat`

This commit is contained in:
Motiejus Jakštys 2024-02-13 09:07:53 +02:00
parent 4f2c5178b5
commit 9b851ea682
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ in
-regextype posix-extended \
-iregex '.*\.(css|js|json|map|webmanifest|html)' | \
tee >(xargs -n1 -P''$(nproc) ${zopfli}/bin/zopfli) | \
xargs -n1 -P''$(nproc) ${brotli}/bin/brotli
xargs -n1 -P''$(nproc) ${brotli}/bin/brotli --no-copy-stat
'';
};