Skip to content

Commit 1092829

Browse files
committed
add todo
1 parent f8ae116 commit 1092829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/public/plugins/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ export var Plugins = function (app) {
520520
try{
521521
const resourcesListArray = Array.from(resourcesList)
522522
resourcesListArray.forEach((resourceName, index) => {
523-
getVloatileResource(resourceName).then(data=> {
523+
getVloatileResource(resourceName).then(data=> {// todo this needs to also attempt to get themfrom gist provided in the url - if they have never been loaded!
524+
// todo this is so the demo url will work out of the box
524525
result[resourceName.split('.')[0]] = JSON.parse(data.content);
525526
if(index === resourcesListArray.length - 1) resolve(result);
526527
})

0 commit comments

Comments
 (0)