updated bootstrap override

This commit is contained in:
guybedford
2015-03-18 12:59:12 +02:00
parent cc99ee28f8
commit 5081d897ab
@@ -0,0 +1,10 @@
{
"main": "js/bootstrap",
"shim": {
"js/bootstrap": {
"deps": "jquery",
"exports": "$"
}
},
"files": ["css", "fonts", "js"]
}