We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d93d0 commit c2f499aCopy full SHA for c2f499a
1 file changed
Gruntfile.js
@@ -21,7 +21,8 @@ module.exports = function (grunt) {
21
dist: ['dist/']
22
},
23
jshint: {
24
- all: ['Gruntfile.js', 'src/**/*.js', 'test/*.js'],
+ all: ['Gruntfile.js', 'src/**/*.js'],
25
+ test: ['test/**/*.js'],
26
jshintrc: '.jshintrc'
27
28
watch: {
0 commit comments