Commit cb4144af authored by Chris Rebert's avatar Chris Rebert

Merge pull request #16101 from guybedford/master

Update jspm configuration
parents f5250d0a 09ccd432
...@@ -76,18 +76,12 @@ ...@@ -76,18 +76,12 @@
], ],
"jspm": { "jspm": {
"main": "js/bootstrap", "main": "js/bootstrap",
"directories": {
"example": "examples",
"lib": "dist"
},
"shim": { "shim": {
"js/bootstrap": { "js/bootstrap": {
"imports": "jquery", "deps": "jquery",
"exports": "$" "exports": "$"
} }
}, },
"buildConfig": { "files": ["css", "fonts", "js"]
"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