From 0756c4546af39f4aeabd0e57042720a71e669af5 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 12 Mar 2013 10:43:27 -0700 Subject: [PATCH] Grunt watch params were out of date; fixed --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c762b250..6d4d837a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -113,7 +113,7 @@ module.exports = function(grunt) { } }, watch: { - files: [ "grunt.js", "src/*.js" ], + files: [ "Gruntfile.js", "src/*.js", "images/*" ], tasks: "build" }, jshint: {