From 54f034199425be66e19d04dd695cc195d794e077 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 10 Apr 2023 21:00:22 -0400 Subject: switch to terser fork of html-minifier --- process-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process-static') diff --git a/process-static b/process-static index e11e9fcc..ad29bbe9 100755 --- a/process-static +++ b/process-static @@ -80,7 +80,7 @@ xmllint --noout static-tmp/**/*.@(html|svg|xml) java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only static-tmp/**/*.html java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --css static-tmp/**/*.css java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --svg static-tmp/**/!(bimi).svg -find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \ +find static-tmp -name '*.html' -exec html-minifier-terser --collapse-whitespace \ --process-scripts "application/ld+json" --collapse-boolean-attributes \ --remove-attribute-quotes --remove-comments --remove-empty-attributes \ --remove-redundant-attributes --remove-script-type-attributes \ -- cgit v1.3.1