From 4e833527747b85711608b2053d2362879ec40557 Mon Sep 17 00:00:00 2001 From: Harsha Date: Fri, 1 Jan 2016 19:27:29 -0500 Subject: [PATCH] updated gulp to watch new file structure --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 45fadfd7bb..0e91aaf014 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -145,7 +145,7 @@ var paths = { ], challenges: [ - 'seed/challenges/*.json' + 'seed/challenges/*/*.json' ] };