|
@@ -4,71 +4,70 @@ var require;
|
|
|
if (!require) require = {config: function (x) {require = x;}};
|
|
|
require.config({
|
|
|
"paths": {
|
|
|
- "amber": "support",
|
|
|
- "amber_vm": "support/deprecated-vm-files",
|
|
|
- "amber_vm/_st": "support/deprecated-vm-files/as-receiver",
|
|
|
- "amber_css": "support/resources",
|
|
|
- "amber_core": "src",
|
|
|
- "amber_cli": "external/amber-cli/src",
|
|
|
- "helios": "my/helios/src",
|
|
|
- "helios/set": "my/helios/set",
|
|
|
- "helios/resources": "my/helios/resources",
|
|
|
- "helios/index": "my/helios/index",
|
|
|
- "amber_lib/codemirror": "bower_components/codemirror",
|
|
|
- "amber_lib/es5-shim": "bower_components/es5-shim",
|
|
|
- "amber_lib/jquery-tabby": "bower_components/jquery-tabby",
|
|
|
- "jquery-ui": [
|
|
|
- "bower_components/jquery-ui/jquery-ui.min",
|
|
|
- "bower_components/jquery-ui/ui/minified/jquery-ui.min",
|
|
|
- "bower_components/jquery-ui/jquery-ui.min",
|
|
|
- "bower_components/jquery-ui/ui/minified/jquery-ui.min"
|
|
|
- ],
|
|
|
+ "amber_lib/showdown": "my/helios/bower_components/showdown",
|
|
|
"jquery": [
|
|
|
"bower_components/jquery/dist/jquery.min",
|
|
|
"bower_components/jquery/jquery.min",
|
|
|
"bower_components/jquery/dist/jquery.min",
|
|
|
"bower_components/jquery/jquery.min"
|
|
|
],
|
|
|
- "require-css": "bower_components/require-css",
|
|
|
+ "jquery-ui": [
|
|
|
+ "bower_components/jquery-ui/jquery-ui.min",
|
|
|
+ "bower_components/jquery-ui/ui/minified/jquery-ui.min",
|
|
|
+ "bower_components/jquery-ui/jquery-ui.min",
|
|
|
+ "bower_components/jquery-ui/ui/minified/jquery-ui.min"
|
|
|
+ ],
|
|
|
"bootstrap2.3.2": "my/helios/bower_components/bootstrap2.3.2/bootstrap",
|
|
|
- "amber_lib/showdown": "my/helios/bower_components/showdown"
|
|
|
+ "require-css": "bower_components/require-css",
|
|
|
+ "amber_lib/jquery-tabby": "bower_components/jquery-tabby",
|
|
|
+ "amber_lib/es5-shim": "bower_components/es5-shim",
|
|
|
+ "amber_lib/codemirror": "bower_components/codemirror",
|
|
|
+ "helios": "my/helios/src",
|
|
|
+ "helios/set": "my/helios/set",
|
|
|
+ "helios/resources": "my/helios/resources",
|
|
|
+ "helios/index": "my/helios/index",
|
|
|
+ "amber_cli": "external/amber-cli/src",
|
|
|
+ "amber": "support",
|
|
|
+ "amber_vm": "support/deprecated-vm-files",
|
|
|
+ "amber_vm/_st": "support/deprecated-vm-files/as-receiver",
|
|
|
+ "amber_css": "support/resources",
|
|
|
+ "amber_core": "src"
|
|
|
},
|
|
|
"shim": {
|
|
|
- "ensure-console": {
|
|
|
- "exports": "console"
|
|
|
- },
|
|
|
- "amber_lib/codemirror/lib/codemirror": {
|
|
|
+ "jquery-ui": {
|
|
|
"deps": [
|
|
|
- "css!amber_lib/codemirror/lib/codemirror"
|
|
|
+ "jquery",
|
|
|
+ "jquery"
|
|
|
]
|
|
|
},
|
|
|
- "amber_lib/codemirror/mode/smalltalk/smalltalk": {
|
|
|
+ "bootstrap2.3.2/js/bootstrap": {
|
|
|
"deps": [
|
|
|
- "../../lib/codemirror"
|
|
|
+ "jquery",
|
|
|
+ "css!bootstrap2.3.2/css/bootstrap"
|
|
|
]
|
|
|
},
|
|
|
- "amber_lib/codemirror/addon/hint/show-hint": {
|
|
|
+ "amber_lib/jquery-tabby/jquery.textarea": {
|
|
|
"deps": [
|
|
|
- "../../lib/codemirror"
|
|
|
+ "jquery"
|
|
|
]
|
|
|
},
|
|
|
- "amber_lib/jquery-tabby/jquery.textarea": {
|
|
|
+ "amber_lib/codemirror/lib/codemirror": {
|
|
|
"deps": [
|
|
|
- "jquery",
|
|
|
- "jquery"
|
|
|
+ "css!amber_lib/codemirror/lib/codemirror"
|
|
|
]
|
|
|
},
|
|
|
- "jquery-ui": {
|
|
|
+ "amber_lib/codemirror/mode/smalltalk/smalltalk": {
|
|
|
"deps": [
|
|
|
- "jquery",
|
|
|
- "jquery"
|
|
|
+ "../../lib/codemirror"
|
|
|
]
|
|
|
},
|
|
|
- "bootstrap2.3.2/js/bootstrap": {
|
|
|
+ "amber_lib/codemirror/addon/hint/show-hint": {
|
|
|
"deps": [
|
|
|
- "jquery",
|
|
|
- "css!bootstrap2.3.2/css/bootstrap"
|
|
|
+ "../../lib/codemirror"
|
|
|
]
|
|
|
+ },
|
|
|
+ "ensure-console": {
|
|
|
+ "exports": "console"
|
|
|
}
|
|
|
},
|
|
|
"map": {
|