From 0d47db9e2b1698ebaaa1e256c5469e705a713512 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 3 Jul 2025 03:39:05 +0900 Subject: [PATCH] process-static: preserve quotes --- process-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process-static b/process-static index e198e220..ac90956c 100755 --- a/process-static +++ b/process-static @@ -57,7 +57,7 @@ java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --css static-tmp/**/* java -jar node_modules/vnu-jar/build/dist/vnu.jar --Werror --svg static-tmp/**/!(bimi).svg 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-comments --remove-empty-attributes \ --remove-redundant-attributes --remove-script-type-attributes \ --remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \;