diff options
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static index 7979c854..cf6355e7 100755 --- a/process-static +++ b/process-static @@ -86,7 +86,7 @@ find static-tmp -name '*.html' -exec html-minifier-terser --collapse-whitespace --remove-redundant-attributes --remove-script-type-attributes \ --remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \; -./generate-feed.py +./generate-feed for file in static-tmp/**/*.@(atom|xml); do xmllint --noblanks "$file" --output "$file" |
