diff options
| author | Chris Rebert <[email protected]> | 2013-07-27 21:33:11 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-27 21:38:59 -0700 |
| commit | ba62cfeffebb3be25241f430d63b2e229a1294d4 (patch) | |
| tree | c72a2760bc44b8f9d653745575f2ec5b810a22bd | |
| parent | ce5737870545b908da0dd0744906edd12a9c126c (diff) | |
| download | bootstrap-ba62cfeffebb3be25241f430d63b2e229a1294d4.tar.xz bootstrap-ba62cfeffebb3be25241f430d63b2e229a1294d4.zip | |
workaround possible bug in grunt-contrib-jshint
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 0e4fc244b..0da0e834f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,6 +26,7 @@ module.exports = function(grunt) { }, jshint: { options: { + ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86 jshintrc: 'js/.jshintrc' }, gruntfile: { |
