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'
|
tasks: 'css-core'
|
||||||
},
|
},
|
||||||
html: {
|
html: {
|
||||||
files: [ 'index.html']
|
files: [ '*.html']
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
files: [ '*.md' ]
|
files: [ '*.md' ]
|
||||||
|
|
Loading…
Reference in a new issue