Browse Source

Added .amd.json files

Herbert Vojčík 10 years ago
parent
commit
6423ce2ea7

+ 16 - 0
codemirror.amd.json

@@ -0,0 +1,16 @@
+{
+    "paths": {
+        "amber_lib/codemirror": "."
+    },
+    "shim": {
+        "amber_lib/codemirror/lib/codemirror": {
+            "deps": [ "css!amber_lib/codemirror/lib/codemirror" ]
+        },
+        "amber_lib/codemirror/mode/smalltalk/smalltalk": {
+            "deps": [ "../../lib/codemirror" ]
+        },
+        "amber_lib/codemirror/addon/hint/show-hint": {
+            "deps": [ "../../lib/codemirror" ]
+        }
+    }
+}

+ 5 - 0
es5-shim.amd.json

@@ -0,0 +1,5 @@
+{
+    "paths": {
+        "amber_lib/es5-shim": "."
+    }
+}

+ 10 - 0
jquery-tabby.amd.json

@@ -0,0 +1,10 @@
+{
+    "paths": {
+        "amber_lib/jquery-tabby": "."
+    },
+    "shim": {
+        "amber_lib/jquery-tabby/jquery.textarea": {
+            "deps": [ "jquery" ]
+        }
+    }
+}

+ 10 - 0
jquery-ui.amd.json

@@ -0,0 +1,10 @@
+{
+    "paths": {
+        "jquery-ui": "ui/minified/jquery-ui.min"
+    },
+    "shim": {
+        "jquery-ui": {
+            "deps": [ "jquery" ]
+        }
+    }
+}

+ 5 - 0
jquery.amd.json

@@ -0,0 +1,5 @@
+{
+    "paths": {
+        "jquery": "jquery.min"
+    }
+}

+ 14 - 0
local.amd.json

@@ -0,0 +1,14 @@
+{
+    "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"
+    },
+    "shim": {
+        "ensure-console": {
+            "exports": "console"
+        }
+    }
+}

+ 10 - 0
require-css.amd.json

@@ -0,0 +1,10 @@
+{
+    "paths": {
+        "require-css": "."
+    },
+    "map": {
+        "*": {
+            "css": "require-css/css"
+        }
+    }
+}

+ 10 - 0
support/helios/bootstrap2.3.2.amd.json

@@ -0,0 +1,10 @@
+{
+    "paths": {
+        "bootstrap2.3.2": "bootstrap"
+    },
+    "shim": {
+        "bootstrap2.3.2/js/bootstrap": {
+            "deps": [ "jquery", "css!bootstrap2.3.2/css/bootstrap" ]
+        }
+    }
+}

+ 10 - 0
support/helios/jquery-tabby.amd.json

@@ -0,0 +1,10 @@
+{
+    "paths": {
+        "amber_lib/jquery-tabby": "."
+    },
+    "shim": {
+        "amber_lib/jquery-tabby/jquery.textarea": {
+            "deps": [ "jquery" ]
+        }
+    }
+}

+ 10 - 0
support/helios/jquery-ui.amd.json

@@ -0,0 +1,10 @@
+{
+    "paths": {
+        "jquery-ui": "ui/minified/jquery-ui.min"
+    },
+    "shim": {
+        "jquery-ui": {
+            "deps": [ "jquery" ]
+        }
+    }
+}

+ 8 - 0
support/helios/local.amd.json

@@ -0,0 +1,8 @@
+{
+    "paths": {
+        "helios": "src",
+        "helios/all": "all",
+        "helios/resources": "resources",
+        "helios/index": "index"
+    }
+}

+ 5 - 0
support/helios/showdown.amd.json

@@ -0,0 +1,5 @@
+{
+    "paths": {
+        "amber_lib/showdown": "."
+    }
+}