From: Chris Rebert Date: Sun, 28 Jul 2013 04:33:11 +0000 (-0700) Subject: workaround possible bug in grunt-contrib-jshint X-Git-Tag: v3.0.0-rc.2~107^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba62cfeffebb3be25241f430d63b2e229a1294d4;p=thirdparty%2Fbootstrap.git workaround possible bug in grunt-contrib-jshint --- diff --git a/Gruntfile.js b/Gruntfile.js index 0e4fc244b6..0da0e834f6 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: {