aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-04-10 12:07:49 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-04-10 12:07:49 +0200
commita6507afcb4cb4245d8ac23b5be247b1c780163ed (patch)
tree227d685bf69c249a593c70721bef752ae268d4d1 /Gruntfile.js
parent87b24dd4579f9327a123443c52586aa24dc3f7e5 (diff)
downloadfreenode-live-2017-presentation-a6507afcb4cb4245d8ac23b5be247b1c780163ed.tar
freenode-live-2017-presentation-a6507afcb4cb4245d8ac23b5be247b1c780163ed.tar.gz
widen watch for html files, required for updates to demo.html
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
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' ]