diff --git a/demo/boot.js b/demo/boot.js
index 36bcb00f..6a039428 100644
--- a/demo/boot.js
+++ b/demo/boot.js
@@ -36,12 +36,14 @@
* ***** END LICENSE BLOCK ***** */
var config = {
- paths: {
- demo: "../demo",
- ace: "../lib/ace",
- cockpit: "../support/cockpit/lib/cockpit",
- pilot: "../support/cockpit/support/pilot/lib/pilot"
- }
+ baseUrl: "../../packages/",
+ packages: [
+ { name: "ace", lib: "lib/ace" },
+ { name: "cockpit", lib: "lib/cockpit" },
+ { name: "pilot", lib: "lib/pilot" },
+ { name: "demo", location: "ace/demo", lib: "." },
+ { name: "require", location: "requirejs/require", lib: "." }
+ ]
};
require(config, ["pilot/fixoldbrowsers", "pilot/plugin_manager", "pilot/settings",
diff --git a/editor.html b/editor.html
index f1b20bf5..86acbb57 100644
--- a/editor.html
+++ b/editor.html
@@ -196,9 +196,7 @@ echo $output;
?>
-
-
-
-
+
+