mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
enable failHard grunt-html-validation option; fixes #11876
This commit is contained in:
parent
af1afb10bd
commit
dcfe710fa4
@ -195,6 +195,7 @@ module.exports = function (grunt) {
|
|||||||
options: {
|
options: {
|
||||||
charset: 'utf-8',
|
charset: 'utf-8',
|
||||||
doctype: 'HTML5',
|
doctype: 'HTML5',
|
||||||
|
failHard: true,
|
||||||
reset: true,
|
reset: true,
|
||||||
relaxerror: [
|
relaxerror: [
|
||||||
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
|
'Bad value X-UA-Compatible for attribute http-equiv on element meta.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user