Commit dcfe710f authored by Chris Rebert's avatar Chris Rebert

enable failHard grunt-html-validation option; fixes #11876

parent af1afb10
...@@ -195,6 +195,7 @@ module.exports = function (grunt) { ...@@ -195,6 +195,7 @@ module.exports = function (grunt) {
options: { options: {
charset: 'utf-8', charset: 'utf-8',
doctype: 'HTML5', doctype: 'HTML5',
failHard: true,
reset: true, reset: true,
relaxerror: [ relaxerror: [
'Bad value X-UA-Compatible for attribute http-equiv on element meta.', 'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment