Skip to content

Commit 090a654

Browse files
committed
watch _data/*.json too
1 parent 845136e commit 090a654

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
@@ -37,7 +37,7 @@ module.exports = function(grunt) {
3737
tasks: ['default']
3838
},
3939
data: {
40-
files: ['source/_patterns/**/*.json'],
40+
files: ['source/_patterns/**/*.json', 'source/_data/*.json'],
4141
tasks: ['default']
4242
}
4343
},

0 commit comments

Comments
 (0)