diff options
| author | XhmikosR <[email protected]> | 2018-01-10 09:19:18 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-11 10:16:12 +0200 |
| commit | 13be9aa00b899ff2a93c9da6ee423d5b05d28c92 (patch) | |
| tree | e0a6090eeecdee8c07ddbddbe82f409cbd2f27f2 | |
| parent | 2f9d4d8ab251af35800a9f8b5ac86d1183c7d38e (diff) | |
| download | bootstrap-13be9aa00b899ff2a93c9da6ee423d5b05d28c92.tar.xz bootstrap-13be9aa00b899ff2a93c9da6ee423d5b05d28c92.zip | |
Ignore the bogus lang vnu.jar error.
| -rw-r--r-- | build/vnu-jar.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js index d1002c0a9..991d5c1c0 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -39,7 +39,9 @@ childProcess.exec('java -version', (error, stdout, stderr) => { 'The “time” input type is not supported in all browsers.*', // IE11 doesn't recognise <main> / give the element an implicit "main" landmark. // Explicit role="main" is redundant for other modern browsers, but still valid. - 'The “main” role is unnecessary for element “main”.' + 'The “main” role is unnecessary for element “main”.', + // For some reason, the validator thinks the dashboard example is written in Danish + 'This document appears to be written in Danish.*' ].join('|') const args = [ |
