Remove comments in tidy
This commit is contained in:
parent
d3981bb4b1
commit
9917f42027
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1 +1 @@
|
|||
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no -o {} {} \;
|
||||
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue