Skip to content

Commit a6507af

Browse files
committed
widen watch for html files, required for updates to demo.html
1 parent 87b24dd commit a6507af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = function(grunt) {
126126
tasks: 'css-core'
127127
},
128128
html: {
129-
files: [ 'index.html']
129+
files: [ '*.html']
130130
},
131131
markdown: {
132132
files: [ '*.md' ]

0 commit comments

Comments
 (0)