From 6746fbacaf855bd9da517727d88a9859cc5b71d7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 10 Dec 2020 10:44:17 -0500 Subject: [PATCH] split long line --- process_static | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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