diff options
author | Hakim El Hattab | 2016-04-10 12:07:49 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-04-10 12:07:49 +0200 |
commit | a6507afcb4cb4245d8ac23b5be247b1c780163ed (patch) | |
tree | 227d685bf69c249a593c70721bef752ae268d4d1 /Gruntfile.js | |
parent | 87b24dd4579f9327a123443c52586aa24dc3f7e5 (diff) |
widen watch for html files, required for updates to demo.html
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' ] |