0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

workaround possible bug in grunt-contrib-jshint

This commit is contained in:
Chris Rebert 2013-07-27 21:33:11 -07:00
parent ce57378705
commit 8a430b3698

View 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: {