Merge pull request #5730 from gasperno/modify/automatic-build-on-json-changes

updated gulp to watch new file structure
This commit is contained in:
Rex Schrader
2016-01-01 21:22:44 -08:00

View File

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