Add all js files to grunt watch

This commit is contained in:
Niklas von Hertzen 2013-12-17 20:01:03 +02:00
parent 1d4b1753d6
commit 443fd17a12

View File

@ -49,7 +49,7 @@ module.exports = function(grunt) {
}
},
watch: {
files: 'src/*',
files: 'src/**/*',
tasks: ['build', 'jshint']
},
jshint: {