From a6507afcb4cb4245d8ac23b5be247b1c780163ed Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 10 Apr 2016 12:07:49 +0200 Subject: widen watch for html files, required for updates to demo.html --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 09e797f..87630d5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -126,7 +126,7 @@ module.exports = function(grunt) { tasks: 'css-core' }, html: { - files: [ 'index.html'] + files: [ '*.html'] }, markdown: { files: [ '*.md' ] -- cgit v1.2.3