From f8638569cafa7486d4fca4948c5f422c512e7150 Mon Sep 17 00:00:00 2001 From: alanbares Date: Mon, 1 Aug 2016 18:10:49 -0700 Subject: [PATCH] Add bootstrap dependency to jquery and json/ajax seeds --- .../01-front-end-development-certification/jquery.json | 3 +++ .../json-apis-and-ajax.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json index bcc4b2295a..9ff67402d4 100644 --- a/seed/challenges/01-front-end-development-certification/jquery.json +++ b/seed/challenges/01-front-end-development-certification/jquery.json @@ -3,6 +3,9 @@ "order": 5, "time": "3 hours", "helpRoom": "Help", + "required": [ + { "link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" } + ], "challenges": [ { "id": "bad87fee1348bd9acdd08826", diff --git a/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json b/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json index 9c10a6fd5c..d16b313660 100644 --- a/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json +++ b/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json @@ -3,6 +3,9 @@ "order": 10, "time": "2 hours", "helpRoom": "Help", + "required": [ + { "link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" } + ], "challenges": [ { "id": "56bbb991ad1ed5201cd392d4",