From 460bf90e9568ff2da551e6e103079dcc1a1d24b9 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Sat, 22 Dec 2012 13:05:45 -0500 Subject: [PATCH] Add template files to watch task --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index de7e6b9184..b7b27678fe 100644 --- a/grunt.js +++ b/grunt.js @@ -13,7 +13,7 @@ module.exports = function(grunt) { files: ['grunt.js','src/**/*.js'] }, watch: { - files: '', + files: ['', 'template/**/*.html'], tasks: 'before-test test-run' }, concat: {