diff options
| author | Chris Rebert <[email protected]> | 2015-02-10 12:57:00 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-10 12:57:00 -0800 |
| commit | 0013483d94f98694edc9863b8c42101ca39e38fb (patch) | |
| tree | f4bb1987522f0fa396c84189fc626bd4abb6674c | |
| parent | 81115cd089c452b3a69bbbec39ffd4a70dda3b2d (diff) | |
| download | bootstrap-0013483d94f98694edc9863b8c42101ca39e38fb.tar.xz bootstrap-0013483d94f98694edc9863b8c42101ca39e38fb.zip | |
bump grunt-html to ~3.0.0
| -rw-r--r-- | Gruntfile.js | 1 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 761e7089b..5539ee7ea 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -330,7 +330,6 @@ module.exports = function (grunt) { ignore: [ 'Attribute "autocomplete" not allowed on element "button" at this point.', 'Attribute "autocomplete" not allowed on element "input" at this point.', - 'Bad value "X-UA-Compatible" for attribute "http-equiv" on element "meta".', 'Element "img" is missing required attribute "src".' ] }, diff --git a/package.json b/package.json index aeb935f7f..db2ed2bc0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", - "grunt-html": "~2.0.0", + "grunt-html": "~3.0.0", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.5.0", "grunt-saucelabs": "~8.5.0", |
