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:33:11 -0700
commit8a430b36987c98433fd8d9a8035df0d9ec73cb87 (patch)
treec72a2760bc44b8f9d653745575f2ec5b810a22bd
parentce5737870545b908da0dd0744906edd12a9c126c (diff)
downloadbootstrap-8a430b36987c98433fd8d9a8035df0d9ec73cb87.tar.xz
bootstrap-8a430b36987c98433fd8d9a8035df0d9ec73cb87.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: {