factor challenges and bonfires into smaller json files

This commit is contained in:
Quincy Larson
2015-05-19 01:57:55 -07:00
parent 4a30545511
commit e659d8c7fa
16 changed files with 6080 additions and 374 deletions

View File

@@ -15,7 +15,7 @@ var bonfireSchema = new mongoose.Schema({
difficulty: String,
description: Array,
tests: Array,
challengeSeed: String,
challengeSeed: Array,
MDNlinks: [String]
});