Skip to content

Commit 443fd17

Browse files
committed
Add all js files to grunt watch
1 parent 1d4b175 commit 443fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function(grunt) {
4949
}
5050
},
5151
watch: {
52-
files: 'src/*',
52+
files: 'src/**/*',
5353
tasks: ['build', 'jshint']
5454
},
5555
jshint: {

0 commit comments

Comments
 (0)