fixed bug where sprites where always visible
This commit is contained in:
parent
8138dbd3bb
commit
1bc122aa05
3 changed files with 7 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue