From 6820e185c697905977fe77dbabcb8d7410c4f116 Mon Sep 17 00:00:00 2001 From: Joe Walker Date: Wed, 12 Jan 2011 17:30:15 +0000 Subject: [PATCH] adding final build support for adding cockpit to ace --- Makefile.dryice.js | 2 +- demo/build_boot.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = {