|
@@ -4,11 +4,11 @@ var require;
|
|
if (!require) require = {config: function (x) {require = x;}};
|
|
if (!require) require = {config: function (x) {require = x;}};
|
|
require.config({
|
|
require.config({
|
|
"paths": {
|
|
"paths": {
|
|
- "require-css": "bower_components/require-css",
|
|
|
|
- "jquery": "bower_components/jquery/jquery",
|
|
|
|
"jquery-ui": "bower_components/jquery-ui/jquery-ui.min",
|
|
"jquery-ui": "bower_components/jquery-ui/jquery-ui.min",
|
|
- "amber_lib/es5-shim": "bower_components/es5-shim",
|
|
|
|
|
|
+ "jquery": "bower_components/jquery/jquery",
|
|
"amber_lib/codemirror": "bower_components/codemirror",
|
|
"amber_lib/codemirror": "bower_components/codemirror",
|
|
|
|
+ "amber_lib/es5-shim": "bower_components/es5-shim",
|
|
|
|
+ "require-css": "bower_components/require-css",
|
|
"amber_lib/showdown": "my/helios/bower_components/showdown",
|
|
"amber_lib/showdown": "my/helios/bower_components/showdown",
|
|
"requireJS": "node_modules/requirejs/require",
|
|
"requireJS": "node_modules/requirejs/require",
|
|
"bootstrap2.3.2": "my/helios/bower_components/bootstrap2.3.2/bootstrap",
|
|
"bootstrap2.3.2": "my/helios/bower_components/bootstrap2.3.2/bootstrap",
|
|
@@ -17,20 +17,15 @@ require.config({
|
|
"amber_vm/_st": "support/deprecated-vm-files/as-receiver",
|
|
"amber_vm/_st": "support/deprecated-vm-files/as-receiver",
|
|
"amber_css": "support/resources",
|
|
"amber_css": "support/resources",
|
|
"amber_core": "src",
|
|
"amber_core": "src",
|
|
|
|
+ "amber_cli": "external/amber-cli/src",
|
|
"helios": "my/helios/src",
|
|
"helios": "my/helios/src",
|
|
- "helios/set": "my/helios/set",
|
|
|
|
"helios/resources": "my/helios/resources",
|
|
"helios/resources": "my/helios/resources",
|
|
- "helios/index": "my/helios/index",
|
|
|
|
- "amber_cli": "external/amber-cli/src"
|
|
|
|
- },
|
|
|
|
- "map": {
|
|
|
|
- "*": {
|
|
|
|
- "css": "require-css/css"
|
|
|
|
- }
|
|
|
|
|
|
+ "helios/index": "my/helios/index"
|
|
},
|
|
},
|
|
"shim": {
|
|
"shim": {
|
|
"jquery-ui": {
|
|
"jquery-ui": {
|
|
"deps": [
|
|
"deps": [
|
|
|
|
+ "jquery",
|
|
"jquery",
|
|
"jquery",
|
|
"jquery",
|
|
"jquery",
|
|
"jquery"
|
|
"jquery"
|
|
@@ -38,18 +33,21 @@ require.config({
|
|
},
|
|
},
|
|
"amber_lib/codemirror/lib/codemirror": {
|
|
"amber_lib/codemirror/lib/codemirror": {
|
|
"deps": [
|
|
"deps": [
|
|
|
|
+ "css!amber_lib/codemirror/lib/codemirror",
|
|
"css!amber_lib/codemirror/lib/codemirror",
|
|
"css!amber_lib/codemirror/lib/codemirror",
|
|
"css!amber_lib/codemirror/lib/codemirror"
|
|
"css!amber_lib/codemirror/lib/codemirror"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"amber_lib/codemirror/mode/smalltalk/smalltalk": {
|
|
"amber_lib/codemirror/mode/smalltalk/smalltalk": {
|
|
"deps": [
|
|
"deps": [
|
|
|
|
+ "../../lib/codemirror",
|
|
"../../lib/codemirror",
|
|
"../../lib/codemirror",
|
|
"../../lib/codemirror"
|
|
"../../lib/codemirror"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"amber_lib/codemirror/addon/hint/show-hint": {
|
|
"amber_lib/codemirror/addon/hint/show-hint": {
|
|
"deps": [
|
|
"deps": [
|
|
|
|
+ "../../lib/codemirror",
|
|
"../../lib/codemirror",
|
|
"../../lib/codemirror",
|
|
"../../lib/codemirror"
|
|
"../../lib/codemirror"
|
|
]
|
|
]
|
|
@@ -64,6 +62,11 @@ require.config({
|
|
"exports": "console"
|
|
"exports": "console"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "map": {
|
|
|
|
+ "*": {
|
|
|
|
+ "css": "require-css/css"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"rjs_comment1": "require.min should be removed",
|
|
"rjs_comment1": "require.min should be removed",
|
|
"rjs_comment2": "it's backward compatibility hack if config finds",
|
|
"rjs_comment2": "it's backward compatibility hack if config finds",
|
|
"rjs_comment3": "support/requirejs before node_modules/requirejs;",
|
|
"rjs_comment3": "support/requirejs before node_modules/requirejs;",
|