Add all js files to grunt watch

This commit is contained in:
MoyuScript 2013-12-17 20:01:03 +02:00
parent 01fc79e48e
commit 6cb62b33cd

View File

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