mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
silence validator regarding http-equiv="X-UA-Compatible"
This commit is contained in:
@@ -132,7 +132,10 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
validation: {
|
validation: {
|
||||||
options: {
|
options: {
|
||||||
reset: true
|
reset: true,
|
||||||
|
relaxerror: [
|
||||||
|
"Bad value X-UA-Compatible for attribute http-equiv on element meta."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
src: ["_gh_pages/**/*.html"]
|
src: ["_gh_pages/**/*.html"]
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
, "grunt-contrib-qunit": "~0.3.0"
|
, "grunt-contrib-qunit": "~0.3.0"
|
||||||
, "grunt-contrib-uglify": "~0.2.4"
|
, "grunt-contrib-uglify": "~0.2.4"
|
||||||
, "grunt-contrib-watch": "~0.5.3"
|
, "grunt-contrib-watch": "~0.5.3"
|
||||||
, "grunt-html-validation": "~0.1.5"
|
, "grunt-html-validation": "~0.1.6"
|
||||||
, "grunt-jekyll": "~0.4.0"
|
, "grunt-jekyll": "~0.4.0"
|
||||||
, "grunt-recess": "~0.4.0"
|
, "grunt-recess": "~0.4.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user