rename generate_feed.py to generate-feed.py
This commit is contained in:
parent
20a0b34f98
commit
406004cdf8
@ -34,7 +34,7 @@ find static_tmp -name '*.html' -exec html-minifier --collapse-whitespace \
|
|||||||
--remove-redundant-attributes --remove-script-type-attributes \
|
--remove-redundant-attributes --remove-script-type-attributes \
|
||||||
--remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \;
|
--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
|
for file in static_tmp/**/*.@(atom|xml); do
|
||||||
xmllint --noblanks "$file" --output "$file"
|
xmllint --noblanks "$file" --output "$file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user