diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-07 18:21:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-07 18:21:04 -0400 |
| commit | f144163af4e6afe6c225d1c11c674f008109fae8 (patch) | |
| tree | faab79f1a1f7f426db6af7671012b5d1fda5fc1a /deploy_static | |
| parent | 5da6a8432fac9f72c68d579633a17bf3967b5ae6 (diff) | |
enable --Werror for SVG validation
Diffstat (limited to 'deploy_static')
| -rwxr-xr-x | deploy_static | 2 |
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 |
