Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-10-01 21:03:11 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-10-01 21:04:27 +0300
commitb1daf48868c5fc74f01d5b205a4153254b0de1e5 (patch)
tree103ea4c6fe54cb4f5e844276e5621c986f2bceb9
parentf6433d8e430925d9c974fbb5c7c7d632733c2cda (diff)
vnu-jar: ignore self-closing tag syntax warnings
We don't control these, they come from Hugo
-rw-r--r--build/vnu-jar.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index c23afd70..a0a5d476 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -25,7 +25,8 @@ execFile('java', ['-version'], (error, stdout, stderr) => {
const ignores = [
// TODO report the issue upstream in Hugo
'Duplicate ID.*',
- 'The first occurrence of ID.*'
+ 'The first occurrence of ID.*',
+ 'Self-closing tag syntax in text/html documents is widely discouraged.*'
].join('|')
const args = [