We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fc078 commit fb7067dCopy full SHA for fb7067d
process-static
@@ -71,11 +71,5 @@ find static-tmp -name '*.html' -exec html-minifier-terser --collapse-whitespace
71
72
find static-tmp -name '*.xml' -exec xmllint --noblanks {} --output {} \;
73
74
-zopfli_preserve_time() {
75
- zopfli "$1"
76
- touch -r "$1" "$1.gz"
77
-}
78
-export -f zopfli_preserve_time
79
-
80
find static-tmp -regex '.+\.\(css\|html\|ico\|js\|json\|svg\|txt\|webmanifest\|xml\)' |
81
- parallel -q ::: brotli zopfli_preserve_time :::: -
+ parallel -q ::: brotli zopfli :::: -
0 commit comments