update path to jshint file
This commit is contained in:
parent
6b7b61f54f
commit
00cfcdbcd6
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
jshint: {
|
jshint: {
|
||||||
options: {
|
options: {
|
||||||
jshintrc: '.jshintrc'
|
jshintrc: './.jshintrc'
|
||||||
},
|
},
|
||||||
source: srcFiles.filter(function(v) { return v.match(/(Intro|Outro|Spine|Pixi)\.js$/) === null; }).concat('Gruntfile.js'),
|
source: srcFiles.filter(function(v) { return v.match(/(Intro|Outro|Spine|Pixi)\.js$/) === null; }).concat('Gruntfile.js'),
|
||||||
test: {
|
test: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue