Skip to content

Commit

Permalink
Merge pull request #69 from lenarakhmadeev/patch-1
Browse files Browse the repository at this point in the history
lint 'test/**/*.js' instead 'spec/**/*.js'
  • Loading branch information
addyosmani committed Oct 12, 2012
2 parents 041da55 + c8183c0 commit 3d709c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/backbone/app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = function( grunt ) {
files: [
'Gruntfile.js',
'app/scripts/**/*.js',
'spec/**/*.js'
'test/**/*.js'
]
},

Expand Down

0 comments on commit 3d709c6

Please sign in to comment.