]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update jspm configuration 16101/head
authorGuy Bedford <guybedford@gmail.com>
Wed, 18 Mar 2015 10:59:55 +0000 (12:59 +0200)
committerGuy Bedford <guybedford@gmail.com>
Wed, 18 Mar 2015 10:59:55 +0000 (12:59 +0200)
package.json

index 5bfb38673dd7697bf9e4f2383560452ee5ac7e6e..d7940d290e1b485a1bf1e27a3bde99017ccee8b4 100644 (file)
   ],
   "jspm": {
     "main": "js/bootstrap",
-    "directories": {
-      "example": "examples",
-      "lib": "dist"
-    },
     "shim": {
       "js/bootstrap": {
-        "imports": "jquery",
+        "deps": "jquery",
         "exports": "$"
       }
     },
-    "buildConfig": {
-      "uglify": true
-    }
+    "files": ["css", "fonts", "js"]
   }
 }