1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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": { "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
}
} }
} }