]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
workaround possible bug in grunt-contrib-jshint
authorChris Rebert <code@rebertia.com>
Sun, 28 Jul 2013 04:33:11 +0000 (21:33 -0700)
committerChris Rebert <code@rebertia.com>
Sun, 28 Jul 2013 04:38:59 +0000 (21:38 -0700)
Gruntfile.js

index 0e4fc244b6724998aac781d2206d04df9eb729da..0da0e834f6b5528791a29c64d535ee422d5f9b74 100644 (file)
@@ -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: {