From 46c5c301aa9fe13ef4616a2b80606dde535fba01 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 11 May 2015 19:54:04 -0700 Subject: [PATCH] Monitor changes to HTML files --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b4cc935..61210f9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function(grunt) { } }, watch: { - files: ['<%= jshint.files %>', '<%= concat.css.src %>'], + files: ['<%= jshint.files %>', '<%= concat.css.src %>', '<%= copy.main.files[0].src %>'], tasks: ['default'] }, bower_concat: { -- 2.47.3