Skip to content

Commit 290d746

Browse files
committed
Fix watch task
1 parent a56762b commit 290d746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
2929
},
3030
watch: {
3131
assemble: {
32-
files: '<%= config.src %>/{content,data,templates}/{,*/}*.{md,hbs,yml,json}',
32+
files: '<%= config.src %>/{content,data,templates}/**/*.{md,hbs,yml,json}',
3333
tasks: ['assemble']
3434
},
3535
css: {

0 commit comments

Comments
 (0)