summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-08-07 18:21:04 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-08-07 18:21:04 -0400
commitf144163af4e6afe6c225d1c11c674f008109fae8 (patch)
treefaab79f1a1f7f426db6af7671012b5d1fda5fc1a
parent5da6a8432fac9f72c68d579633a17bf3967b5ae6 (diff)
enable --Werror for SVG validation
-rwxr-xr-xdeploy_static2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_static b/deploy_static
index 17689acf..10938f5e 100755
--- a/deploy_static
+++ b/deploy_static
@@ -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