Skip to content

Commit bc1f98b

Browse files
committed
Update watch task parameters to look at pages directory, not only html files
1 parent d1bf9f5 commit bc1f98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ grunt.initConfig({
2626
},
2727
watch: {
2828
pages: {
29-
files: "page/*.html",
29+
files: "pages/**/*",
3030
tasks: "deploy"
3131
}
3232
},

0 commit comments

Comments
 (0)