Skip to content

Commit

Permalink
Added more bootstrap libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Parashuram committed Mar 10, 2015
1 parent 01805ef commit 6a7ac4a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions lib/bootstrap-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,39 @@
"2.0.4": {
"js": "http://maxcdn.bootstrapcdn.com/twitter-bootstrap/2.0.4/js/bootstrap.min.js",
"css": "http://maxcdn.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap-combined.min.css"
},
"2.0.3": {
"js": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.3/js/bootstrap.min.js",
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.3/css/bootstrap.min.css"
},
"2.0.2": {
"js": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.2/js/bootstrap.min.js",
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.2/css/bootstrap.min.css"
},
"2.0.1": {
"js": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.1/js/bootstrap.min.js",
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.1/css/bootstrap.min.css"
},
"2.0.0": {
"js": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.0/js/bootstrap.min.js",
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v2.0.0/js/bootstrap.min.css"
},
"1.4.0": {
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v1.4.0/bootstrap.css"
},
"1.3.0": {
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v1.3.0/bootstrap.css"
},
"1.2.0": {
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v1.2.0/bootstrap-1.2.0.css"
},
"1.1.1": {
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v1.1.1/bootstrap-1.1.1.css"
},
"1.1.0": {
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v1.1.0/bootstrap-1.1.0.css"
},
"1.0.0": {
"css": "https://cdn.rawgit.com/axemclion/bootstrap-perf/bootstrap-lib/bootstrap/v1.0.0/bootstrap-1.0.0.css"
}
}

0 comments on commit 6a7ac4a

Please sign in to comment.