1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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 ba62cfeffe

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