Browse Source

Added .amd.json files

Herbert Vojčík 10 years ago
parent
commit
a12cc9b90d
5 changed files with 43 additions and 0 deletions
  1. 10 0
      bootstrap2.3.2.amd.json
  2. 10 0
      jquery-tabby.amd.json
  3. 10 0
      jquery-ui.amd.json
  4. 8 0
      local.amd.json
  5. 5 0
      showdown.amd.json

+ 10 - 0
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
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" ]
+        }
+    }
+}

+ 8 - 0
local.amd.json

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

+ 5 - 0
showdown.amd.json

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