adding final build support for adding cockpit to ace
This commit is contained in:
parent
1b2a43afd5
commit
6820e185c6
2 changed files with 3 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ copy({
|
|||
source: [
|
||||
'demo/mini_require.js',
|
||||
pilot,
|
||||
// cockpit,
|
||||
cockpit,
|
||||
ace,
|
||||
'demo/build_boot.js'
|
||||
],
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
var deps = [ "pilot/fixoldbrowsers", "pilot/plugin_manager", "pilot/settings",
|
||||
"pilot/environment", "demo_startup" ];
|
||||
"pilot/environment" ];
|
||||
|
||||
require(deps, function() {
|
||||
var catalog = require("pilot/plugin_manager").catalog;
|
||||
catalog.registerPlugins([ "pilot/index" ]);
|
||||
catalog.registerPlugins([ "pilot/index", "cockpit/index" ]);
|
||||
});
|
||||
|
||||
var ace = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue