Remove tidy from build script
This commit is contained in:
parent
303c7170a0
commit
d1a00a9a90
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
hugo
|
||||
find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null
|
||||
#find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue