From: Chris Rebert Date: Tue, 17 Dec 2013 09:35:16 +0000 (-0800) Subject: enable failHard grunt-html-validation option; fixes #11876 X-Git-Tag: v3.1.0~146^2~2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11917%2Fhead;p=thirdparty%2Fbootstrap.git enable failHard grunt-html-validation option; fixes #11876 --- 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.',