Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
Removed **/*.js from grunt.js for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Wolfson committed Nov 4, 2012
1 parent cd6b484 commit a38329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Expand Up @@ -6,7 +6,7 @@ module.exports = function(grunt) {
files: ['test/**/*.js']
},
lint: {
files: ['grunt.js', 'tasks/**/*.js', 'test/**/*.js']
files: ['grunt.js', 'tasks/**/*.js', 'test/*.js']
},
watch: {
files: '<config:lint.files>',
Expand Down

0 comments on commit a38329b

Please sign in to comment.