brotli: --no-copy-stat
This commit is contained in:
parent
4f2c5178b5
commit
9b851ea682
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user