Skip to content

Commit d3e6543

Browse files
committed
Adding LiveReload watch for HTML files.
1 parent 1fca074 commit d3e6543

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ module.exports = function(grunt) {
174174
],
175175
tasks: [ "less" ],
176176
},
177+
html: {
178+
files: [
179+
"site/**/*.html",
180+
],
181+
tasks: [],
182+
},
177183
},
178184
});
179185

0 commit comments

Comments
 (0)