Grunt watch params were out of date; fixed

This commit is contained in:
Ian Gilman 2013-03-12 10:43:27 -07:00
parent b4ddb5a953
commit 0756c4546a

View File

@ -113,7 +113,7 @@ module.exports = function(grunt) {
}
},
watch: {
files: [ "grunt.js", "src/*.js" ],
files: [ "Gruntfile.js", "src/*.js", "images/*" ],
tasks: "build"
},
jshint: {