aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-27 21:33:11 -0700
committerChris Rebert <[email protected]>2013-07-27 21:38:59 -0700
commitba62cfeffebb3be25241f430d63b2e229a1294d4 (patch)
treec72a2760bc44b8f9d653745575f2ec5b810a22bd
parentce5737870545b908da0dd0744906edd12a9c126c (diff)
downloadbootstrap-ba62cfeffebb3be25241f430d63b2e229a1294d4.tar.xz
bootstrap-ba62cfeffebb3be25241f430d63b2e229a1294d4.zip
workaround possible bug in grunt-contrib-jshint
-rw-r--r--Gruntfile.js1
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: {