adding final build support for adding cockpit to ace

This commit is contained in:
Joe Walker 2011-01-12 17:30:15 +00:00
commit 6820e185c6
2 changed files with 3 additions and 3 deletions

View file

@ -120,7 +120,7 @@ copy({
source: [
'demo/mini_require.js',
pilot,
// cockpit,
cockpit,
ace,
'demo/build_boot.js'
],

View file

@ -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 = {