process-static: preserve quotes
This commit is contained in:
parent
f38c2a4fc2
commit
0d47db9e2b
@ -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 {} \;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user