|
@@ -1,18 +1,11 @@
|
|
|
{
|
|
|
"paths": {
|
|
|
"amber-attic": "src",
|
|
|
- "amber-attic/resources": "resources"
|
|
|
+ "amber-attic/resources": "resources",
|
|
|
+ "amber-attic/IDE.private": "support/IDE.private"
|
|
|
},
|
|
|
- "shim": {
|
|
|
- "amber-attic/IDE": [
|
|
|
- "codemirror/lib/codemirror",
|
|
|
- "codemirror/mode/smalltalk/smalltalk",
|
|
|
- "codemirror/addon/hint/show-hint",
|
|
|
- "css!codemirror/theme/ambiance",
|
|
|
- "css!codemirror/lib/codemirror",
|
|
|
- "css!codemirror/addon/hint/show-hint",
|
|
|
- "jquery-ui",
|
|
|
- "css!./resources/amber"
|
|
|
- ]
|
|
|
+ "map": {
|
|
|
+ "*": {"amber-attic/IDE": "amber-attic/IDE.private"},
|
|
|
+ "amber-attic/IDE.private":{"amber-attic/IDE": "amber-attic/IDE"}
|
|
|
}
|
|
|
}
|