diff --git a/Makefile.dryice.js b/Makefile.dryice.js index 8a09174d..f0bc0f4c 100644 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -120,7 +120,7 @@ copy({ source: [ 'demo/mini_require.js', pilot, - // cockpit, + cockpit, ace, 'demo/build_boot.js' ], diff --git a/demo/build_boot.js b/demo/build_boot.js index d73949cc..4a78aab1 100644 --- a/demo/build_boot.js +++ b/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 = {