From dcfe710fa4813da95dcfecc50a0581427d4cb491 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 17 Dec 2013 01:35:16 -0800 Subject: [PATCH] enable failHard grunt-html-validation option; fixes #11876 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 1a0531b9f1..5ba8abbfb9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -195,6 +195,7 @@ module.exports = function (grunt) { options: { charset: 'utf-8', doctype: 'HTML5', + failHard: true, reset: true, relaxerror: [ 'Bad value X-UA-Compatible for attribute http-equiv on element meta.',