]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
include jspm package configuration 11617/head
authorGuy Bedford <guybedford@gmail.com>
Tue, 26 Nov 2013 10:10:06 +0000 (12:10 +0200)
committerGuy Bedford <guybedford@gmail.com>
Tue, 26 Nov 2013 10:10:06 +0000 (12:10 +0200)
package.json

index 12df3477c7121381edfab7ac3f7104325ed50024..009b7bf583250fe390798f62fdde76681cf66596 100644 (file)
     , "grunt-sed": "~0.1.1"
     , "regexp-quote": "~0.0.0"
   }
+  , "jspm": {
+      "main": "js/bootstrap"
+    , "directories": { "lib": "dist" }
+    , "shim": {
+        "js/bootstrap": {
+            "imports": "jquery"
+          , "exports": "$"
+        }
+    }
+    , "buildConfig": { "uglify": true }
+  }
 }