update path to jshint file

This commit is contained in:
Chad Engler 2013-12-27 08:14:44 -08:00
parent 6b7b61f54f
commit 00cfcdbcd6

View file

@ -124,7 +124,7 @@ module.exports = function(grunt) {
},
jshint: {
options: {
jshintrc: '.jshintrc'
jshintrc: './.jshintrc'
},
source: srcFiles.filter(function(v) { return v.match(/(Intro|Outro|Spine|Pixi)\.js$/) === null; }).concat('Gruntfile.js'),
test: {