diff --git a/process_static b/process_static index 0d0ab9a7..329c994e 100755 --- a/process_static +++ b/process_static @@ -12,7 +12,11 @@ for file in static_tmp/**/*.@(json|webmanifest); do json_reformat -m < "$file" | sponge "$file" done -find static_tmp -name '*.html' -exec html-minifier --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 --remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \; +find static_tmp -name '*.html' -exec html-minifier --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 \ + --remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \; ./generate_feed.py