Browse Source

Push down require-css to its users

Eg. out of amber, add to helios and amber-attic.
Herbert Vojčík 9 years ago
parent
commit
552b3d6ae6
2 changed files with 12 additions and 1 deletions
  1. 2 1
      bower.json
  2. 10 0
      require-css.amd.json

+ 2 - 1
bower.json

@@ -30,7 +30,8 @@
     "dependencies": {
         "amber": "^0.14.0",
         "jquery-ui": ">=1.9.2",
-        "codemirror": "^4.7.0"
+        "codemirror": "^4.7.0",
+        "require-css": "^0.1.2"
     },
     "devDependencies": {
         "amber-ide-starter-dialog": "^0.1.0",

+ 10 - 0
require-css.amd.json

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