updated gulp to watch new file structure

This commit is contained in:
Harsha
2016-01-01 19:27:29 -05:00
parent 2830a0c992
commit 4e83352774

View File

@ -145,7 +145,7 @@ var paths = {
], ],
challenges: [ challenges: [
'seed/challenges/*.json' 'seed/challenges/*/*.json'
] ]
}; };