mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
silence validator regarding http-equiv="X-UA-Compatible"
This commit is contained in:
+4
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user