mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00:00
Merge pull request #16101 from guybedford/master
Update jspm configuration
This commit is contained in:
commit
cb4144af85
1 changed files with 2 additions and 8 deletions
10
package.json
10
package.json
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue