From 6738042c61f72ade97107f47f48b3c9f1b276de4 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 1 Feb 2012 22:21:29 -0800 Subject: rebuild with correct zip --- docs/assets/bootstrap.zip | Bin 56824 -> 52355 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'docs/assets') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index a1ef66887..1c0f62fb8 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ -- cgit v1.2.3 From e1deb4e767e927bb70633cdd577de3fda3919f0a Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 1 Feb 2012 22:27:46 -0800 Subject: fix makefile to reset zips --- docs/assets/bootstrap.zip | Bin 52355 -> 52355 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'docs/assets') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 1c0f62fb8..5b15c4d27 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ -- cgit v1.2.3 From e26da36b9afa513c605731b2111d44b9c05a65c9 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 1 Feb 2012 22:30:51 -0800 Subject: remove 2.0-wip ref --- docs/assets/js/application.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/assets') diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index b29b63aee..732bed458 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -135,8 +135,7 @@ , url: 'http://bootstrap.herokuapp.com' , dataType: 'jsonpi' , params: { - branch: '2.0-wip' - , js: js + js: js , css: css , vars: vars , img: img -- cgit v1.2.3