Move bonfire view into courseware view folder. Update seed file to exit when finished.

This commit is contained in:
terakilobyte
2015-05-21 00:34:51 -04:00
parent 17829b4bd3
commit 16f9478c3e
7 changed files with 12 additions and 149 deletions

View File

@@ -23,7 +23,7 @@ var async = require('async'),
* Cached values
*/
var allFieldGuideIds, allFieldGuideNames, allNonprofitNames,
allBonfireIndexesAndNames, challengeMap, challengeMapWithIds,
challengeMap, challengeMapWithIds,
challengeMapWithNames, allChallengeIds, allChallenges;
/**