Adding new teleport to a dependencies.
This commit is contained in:
parent
cb67070b67
commit
2d04a7f57b
3 changed files with 16 additions and 14 deletions
18
demo/boot.js
18
demo/boot.js
|
|
@ -1,4 +1,5 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
/* vim:ts=4:sts=4:sw=4:
|
||||
* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
*
|
||||
* Contributor(s):
|
||||
* Kevin Dangoor (kdangoor@mozilla.com)
|
||||
* Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
@ -36,14 +38,12 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
var config = {
|
||||
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: "." }
|
||||
]
|
||||
paths: {
|
||||
demo: "../demo",
|
||||
ace: "../lib/ace",
|
||||
cockpit: "../support/cockpit/lib/cockpit",
|
||||
pilot: "../support/pilot/lib/pilot",
|
||||
}
|
||||
};
|
||||
|
||||
var deps = [ "pilot/fixoldbrowsers", "pilot/plugin_manager", "pilot/settings",
|
||||
|
|
|
|||
|
|
@ -139,7 +139,9 @@ echo $output;
|
|||
?></script>
|
||||
|
||||
<input id="cockpitInput" type="text"/>
|
||||
<script type="text/javascript" src="packages/requirejs/require.js"></script>
|
||||
<script type="text/javascript" src="demo/boot.js"></script>
|
||||
|
||||
<script src="demo/require.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="demo/boot.js" type="text/javascript"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@
|
|||
"dependencies": {
|
||||
"pilot": ">=0.1.0",
|
||||
"cockpit": ">=0.1.0",
|
||||
"teleport": ">=0.2.4",
|
||||
"teleport": ">=0.2.6",
|
||||
"requirejs": ">=0.22.0",
|
||||
"asyncjs": ">=0.0.2",
|
||||
"asyncjs": ">=0.0.2",
|
||||
"jsdom": ">=0.1.23",
|
||||
"htmlparser": ">=1.7.2",
|
||||
"dryice": ">=0.1.0"
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
"type": "LGPL",
|
||||
"url": "http://www.gnu.org/licenses/lgpl.html"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue