Skip to content

Commit

Permalink
widen watch for html files, required for updates to demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 10, 2016
1 parent 87b24dd commit a6507af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 126,7 @@ module.exports = function(grunt) {
tasks: 'css-core'
},
html: {
files: [ 'index.html']
files: [ '*.html']
},
markdown: {
files: [ '*.md' ]
Expand Down

0 comments on commit a6507af

Please sign in to comment.