kopia lustrzana https://github.com/c9/core
Split plugin and use an API
rodzic
82da24062b
commit
bed7622cd0
|
@ -729,6 +729,10 @@ module.exports = function(options) {
|
||||||
packagePath: "plugins/c9.ide.help/help",
|
packagePath: "plugins/c9.ide.help/help",
|
||||||
staticPrefix: staticPrefix + "/plugins/c9.ide.help"
|
staticPrefix: staticPrefix + "/plugins/c9.ide.help"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
packagePath: "plugins/c9.ide.guide/guide",
|
||||||
|
staticPrefix: staticPrefix + "/plugins/c9.ide.guide"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
packagePath: "plugins/c9.ide.configuration/configure",
|
packagePath: "plugins/c9.ide.configuration/configure",
|
||||||
dashboardUrl: options.dashboardUrl,
|
dashboardUrl: options.dashboardUrl,
|
||||||
|
|
|
@ -118,6 +118,6 @@
|
||||||
"c9.ide.undo": "#b028bcb4d5",
|
"c9.ide.undo": "#b028bcb4d5",
|
||||||
"c9.ide.upload": "#0bd010d3dc",
|
"c9.ide.upload": "#0bd010d3dc",
|
||||||
"c9.ide.welcome": "#5b86c44e92",
|
"c9.ide.welcome": "#5b86c44e92",
|
||||||
"c9.ide.guide": "#532f749759"
|
"c9.ide.guide": "#4788de8020"
|
||||||
}
|
}
|
||||||
}
|
}
|
Ładowanie…
Reference in New Issue