finish adding the nodeschool challenges

This commit is contained in:
Quincy Larson
2015-07-12 22:51:06 -07:00
committed by Berkeley Martinez
parent 8b78d6e9ca
commit 83654fb86a
11 changed files with 27 additions and 91 deletions

View File

@@ -244,7 +244,7 @@ module.exports = function(app) {
title: challenge.name,
dashedName: origChallengeName,
name: challenge.name,
details: challenge.description.slice(1),
details: challenge.description,
tests: challenge.tests,
challengeSeed: challenge.challengeSeed,
verb: utils.randomVerb(),
@@ -256,7 +256,6 @@ module.exports = function(app) {
video: challenge.challengeSeed[0],
// bonfires specific
difficulty: Math.floor(+challenge.difficulty),
brief: challenge.description.shift(),
bonfires: challenge,
MDNkeys: challenge.MDNlinks,
MDNlinks: getMDNLinks(challenge.MDNlinks),