0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #16101 from guybedford/master

Update jspm configuration
This commit is contained in:
Chris Rebert 2015-03-18 22:04:54 -07:00
commit cb4144af85

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
}
} }
} }