Skip to content

Commit c2f499a

Browse files
committed
Split up jshint task
1 parent 27d93d0 commit c2f499a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = function (grunt) {
2121
dist: ['dist/']
2222
},
2323
jshint: {
24-
all: ['Gruntfile.js', 'src/**/*.js', 'test/*.js'],
24+
all: ['Gruntfile.js', 'src/**/*.js'],
25+
test: ['test/**/*.js'],
2526
jshintrc: '.jshintrc'
2627
},
2728
watch: {

0 commit comments

Comments
 (0)