enable --Werror for SVG validation

This commit is contained in:
Daniel Micay 2019-08-07 18:21:04 -04:00
parent 5da6a8432f
commit f144163af4

View File

@ -7,7 +7,7 @@ active=$(ssh $remote readlink html)
validatornu --Werror --skip-non-html static
validatornu --Werror --skip-non-css static
validatornu --skip-non-svg --no-langdetect static
validatornu --Werror --skip-non-svg --no-langdetect static
if [[ $active = html_a ]]; then
target=html_b