fixed bug where sprites where always visible

This commit is contained in:
Mat Groves 2013-12-31 18:06:09 +00:00
parent 8138dbd3bb
commit 1bc122aa05
3 changed files with 7 additions and 1 deletions

View file

@ -131,7 +131,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: {