Browse Source

widen watch for html files, required for updates to demo.html

Hakim El Hattab 8 years ago
parent
commit
a6507afcb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -126,7 +126,7 @@ module.exports = function(grunt) {
 				tasks: 'css-core'
 			},
 			html: {
-				files: [ 'index.html']
+				files: [ '*.html']
 			},
 			markdown: {
 				files: [ '*.md' ]