bootstrap 3.0.2 update

This commit is contained in:
guybedford
2013-11-08 14:41:29 +02:00
parent b15cf3a467
commit 90d30fffd3
3 changed files with 9 additions and 18 deletions
@@ -1,9 +0,0 @@
{
"main": "dist/js/bootstrap",
"shim": {
"dist/js/bootstrap": ["jquery", "../css/bootstrap.css!"]
},
"dependencyMap": {
"jquery": "jquery@2.0.3"
}
}
@@ -1,9 +0,0 @@
{
"main": "dist/js/bootstrap",
"shim": {
"dist/js/bootstrap": ["jquery", "../css/bootstrap.css!"]
},
"dependencyMap": {
"jquery": "jquery@2.0.3"
}
}
@@ -0,0 +1,9 @@
{
"main": "js/bootstrap",
"shim": {
"js/bootstrap": ["jquery@2.0", "../css/bootstrap.css!"]
},
"buildConfig": {
"uglify": true
}
}