gamja: nicer find
expression
This commit is contained in:
parent
4f77da838b
commit
4f2c5178b5
@ -49,12 +49,8 @@ in
|
|||||||
${xorg.lndir}/bin/lndir ${pkg}/ $out/
|
${xorg.lndir}/bin/lndir ${pkg}/ $out/
|
||||||
|
|
||||||
find $out \
|
find $out \
|
||||||
-name '*.css' -or \
|
-regextype posix-extended \
|
||||||
-name '*.js' -or \
|
-iregex '.*\.(css|js|json|map|webmanifest|html)' | \
|
||||||
-name '*.json' -or \
|
|
||||||
-name '*.map' -or \
|
|
||||||
-name '*.webmanifest' -or \
|
|
||||||
-name '*.html' | \
|
|
||||||
tee >(xargs -n1 -P''$(nproc) ${zopfli}/bin/zopfli) | \
|
tee >(xargs -n1 -P''$(nproc) ${zopfli}/bin/zopfli) | \
|
||||||
xargs -n1 -P''$(nproc) ${brotli}/bin/brotli
|
xargs -n1 -P''$(nproc) ${brotli}/bin/brotli
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user