Commit 40f86af1 authored by Mark Otto's avatar Mark Otto

Merge pull request #11617 from guybedford/master

include jspm package configuration
parents 86742285 ac6cfbba
...@@ -37,4 +37,15 @@ ...@@ -37,4 +37,15 @@
, "grunt-sed": "~0.1.1" , "grunt-sed": "~0.1.1"
, "regexp-quote": "~0.0.0" , "regexp-quote": "~0.0.0"
} }
, "jspm": {
"main": "js/bootstrap"
, "directories": { "lib": "dist" }
, "shim": {
"js/bootstrap": {
"imports": "jquery"
, "exports": "$"
}
}
, "buildConfig": { "uglify": true }
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment