Commit 09ccd432 authored by Guy Bedford's avatar Guy Bedford

update jspm configuration

parent f5250d0a
...@@ -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