diff options
| author | Chris Rebert <[email protected]> | 2013-12-17 01:35:16 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-17 01:35:16 -0800 |
| commit | dcfe710fa4813da95dcfecc50a0581427d4cb491 (patch) | |
| tree | de13c436d9994ad8654cb44d5b65f9196d48b7fb /Gruntfile.js | |
| parent | af1afb10bd587caa4ffbbfd0a38b2a59780af086 (diff) | |
| download | bootstrap-dcfe710fa4813da95dcfecc50a0581427d4cb491.tar.xz bootstrap-dcfe710fa4813da95dcfecc50a0581427d4cb491.zip | |
enable failHard grunt-html-validation option; fixes #11876
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 1a0531b9f..5ba8abbfb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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.', |
