+zstd
This commit is contained in:
@@ -12,4 +12,5 @@ find public \
|
||||
-name '*.map' -or \
|
||||
-name '*.pdf' | \
|
||||
tee >(xargs -n1 -P$(nproc) zopfli) | \
|
||||
tee >(xargs -n1 -P$(nproc) zstd -19) | \
|
||||
xargs -n1 -P$(nproc) brotli
|
||||
|
||||
Reference in New Issue
Block a user