Skip to content

Commit

Permalink
Merge pull request #16101 from guybedford/master
Browse files Browse the repository at this point in the history
Update jspm configuration
  • Loading branch information
cvrebert committed Mar 19, 2015
2 parents f5250d0 + 09ccd43 commit cb4144a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}

0 comments on commit cb4144a

Please sign in to comment.