]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
enable failHard grunt-html-validation option; fixes #11876 11917/head
authorChris Rebert <github@rebertia.com>
Tue, 17 Dec 2013 09:35:16 +0000 (01:35 -0800)
committerChris Rebert <github@rebertia.com>
Tue, 17 Dec 2013 09:35:16 +0000 (01:35 -0800)
Gruntfile.js

index 1a0531b9f156020505f0aea63c425db8b04b2eb0..5ba8abbfb95f690c407e3d2828493ac979b0bfab 100644 (file)
@@ -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.',