]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
silence validator regarding http-equiv="X-UA-Compatible"
authorChris Rebert <code@rebertia.com>
Thu, 24 Oct 2013 06:25:17 +0000 (23:25 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 24 Oct 2013 06:25:17 +0000 (23:25 -0700)
Gruntfile.js
package.json

index 41f7ed3315c3f8fbd8f1bad0bdaa044707116c76..e4f00bdb448b400d998bbfba357cb188738d3331 100644 (file)
@@ -132,7 +132,10 @@ module.exports = function(grunt) {
 
     validation: {
       options: {
-        reset: true
+        reset: true,
+        relaxerror: [
+            "Bad value X-UA-Compatible for attribute http-equiv on element meta."
+        ]
       },
       files: {
         src: ["_gh_pages/**/*.html"]
index a4b5fdefbaa9f8cea8bacd55773aed5b0631cbf8..9e6f60a3b05aa0f4669293f30a52e46992dd38a5 100644 (file)
@@ -31,7 +31,7 @@
     , "grunt-contrib-qunit": "~0.3.0"
     , "grunt-contrib-uglify": "~0.2.4"
     , "grunt-contrib-watch": "~0.5.3"
-    , "grunt-html-validation": "~0.1.5"
+    , "grunt-html-validation": "~0.1.6"
     , "grunt-jekyll": "~0.4.0"
     , "grunt-recess": "~0.4.0"
   }