Load SFDC plugins via c9.ide.plugins/loader

pull/117/merge
Alex Brausewetter 2015-06-28 19:41:48 +02:00
rodzic 4d3a495718
commit 14770da596
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -105,7 +105,7 @@ define(function(require, exports, module) {
var config = plugins.map(function(p) {
if (typeof p == "string")
p = { packagePath: p };
p.staticPrefix = host + join(base, paths[root]);
p.staticPrefix = paths[root];
return p;
});
@ -163,4 +163,4 @@ define(function(require, exports, module) {
"plugin.loader": plugin
});
}
});
});