]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove hack/workaround for jshint/grunt bug that's now fixed
authorChris Rebert <github@rebertia.com>
Tue, 30 Jul 2013 00:17:52 +0000 (17:17 -0700)
committerChris Rebert <github@rebertia.com>
Tue, 30 Jul 2013 00:17:52 +0000 (17:17 -0700)
See https://github.com/gruntjs/grunt-contrib-jshint/issues/86

Gruntfile.js

index dd0cc96009f92bdbee26caeef02fed70c572f057..7aad9b339a4dca9d9638781f2fad32b2909be350 100644 (file)
@@ -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: {