From: Chris Rebert Date: Tue, 30 Jul 2013 00:17:52 +0000 (-0700) Subject: Remove hack/workaround for jshint/grunt bug that's now fixed X-Git-Tag: v3.0.0~99^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ae32074a09fe09906f5d007c2891601e0438a5b;p=thirdparty%2Fbootstrap.git Remove hack/workaround for jshint/grunt bug that's now fixed See https://github.com/gruntjs/grunt-contrib-jshint/issues/86 --- diff --git a/Gruntfile.js b/Gruntfile.js index dd0cc96009..7aad9b339a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,6 @@ module.exports = function(grunt) { }, jshint: { options: { - ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86 jshintrc: 'js/.jshintrc' }, gruntfile: {