summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprocess_static2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_static b/process_static
index 4a941751..0d0ab9a7 100755
--- a/process_static
+++ b/process_static
@@ -22,6 +22,6 @@ done
find static_tmp -name '*.css' -exec csso {} -o {} \;
find static_tmp -name '*.js' -exec terser --module -cmo {} {} \;
-find static_tmp -regex '\(.+/LICENSE\|.+\.\(atom\|css\|html\|ico\|js\|json\|pdf\|svg\|txt\|webmanifest\|xml\)\)' \
+find static_tmp -regex '.+\.\(atom\|css\|html\|ico\|js\|json\|pdf\|svg\|txt\|webmanifest\|xml\)' \
-exec zopfli {} \; -exec touch -r {} {}.gz \; \
-exec brotli -k {} \;