diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:39:05 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:39:05 +0900 |
| commit | 0d47db9e2b1698ebaaa1e256c5469e705a713512 (patch) | |
| tree | 9f4a3b6ee4df4c1d1200ef60648776d50bde1c92 | |
| parent | f38c2a4fc2d64e81e2f2222fbde0d3d399780f37 (diff) | |
process-static: preserve quotes
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
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 {} \; |
