drop file extension from generate-feed.py
This commit is contained in:
parent
ca66d0a3c4
commit
fe935e5ac7
@ -86,7 +86,7 @@ find static-tmp -name '*.html' -exec html-minifier-terser --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
|
||||||
|
|
||||||
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