widen watch for html files, required for updates to demo.html
This commit is contained in:
parent
87b24dd457
commit
a6507afcb4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ module.exports = function(grunt) {
|
|||
tasks: 'css-core'
|
||||
},
|
||||
html: {
|
||||
files: [ 'index.html']
|
||||
files: [ '*.html']
|
||||
},
|
||||
markdown: {
|
||||
files: [ '*.md' ]
|
||||
|
|
Loading…
Reference in a new issue