summaryrefslogtreecommitdiff
path: root/process-static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-07-10 12:04:45 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-07-10 12:04:45 -0400
commit406004cdf8719ef583091d2c1f97e6e3a804a00a (patch)
tree42f340390d8576c4d68eb29f9ce24ec28fcb504b /process-static
parent20a0b34f986d5225304e02ba44a0b78f986a0865 (diff)
rename generate_feed.py to generate-feed.py
Diffstat (limited to 'process-static')
-rwxr-xr-xprocess-static2
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static
index 25917aa4..1c07f2be 100755
--- a/process-static
+++ b/process-static
@@ -34,7 +34,7 @@ find static_tmp -name '*.html' -exec html-minifier --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.py
for file in static_tmp/**/*.@(atom|xml); do
xmllint --noblanks "$file" --output "$file"