update jspm configuration

This commit is contained in:
Guy Bedford 2015-03-18 12:59:55 +02:00
parent f5250d0a0e
commit 09ccd432b8

View File

@ -76,18 +76,12 @@
],
"jspm": {
"main": "js/bootstrap",
"directories": {
"example": "examples",
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"imports": "jquery",
"deps": "jquery",
"exports": "$"
}
},
"buildConfig": {
"uglify": true
}
"files": ["css", "fonts", "js"]
}
}