Skip to content

Commit ea4d50f

Browse files
committed
remove unneeded config
1 parent b1fa291 commit ea4d50f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

grunt.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,7 @@ module.exports = function( grunt ) {
4646

4747
lint: {
4848
files: ['grunt.js', 'js/*.js', 'tests/**/*.js']
49-
},
50-
51-
watch: {
52-
files: '<config:lint.files>',
53-
tasks: 'lint qunit'
54-
},
55-
56-
uglify: {}
49+
}
5750
});
5851

5952
// set the default task.

0 commit comments

Comments
 (0)