From e1deb4e767e927bb70633cdd577de3fda3919f0a Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 1 Feb 2012 22:27:46 -0800 Subject: [PATCH] fix makefile to reset zips --- Makefile | 2 ++ docs/assets/bootstrap.zip | Bin 52355 -> 52355 bytes docs/base-css.html | 15 +++++++++++++++ docs/components.html | 15 +++++++++++++++ docs/download.html | 15 +++++++++++++++ docs/examples.html | 15 +++++++++++++++ docs/index.html | 15 +++++++++++++++ docs/javascript.html | 15 +++++++++++++++ docs/less.html | 15 +++++++++++++++ docs/scaffolding.html | 15 +++++++++++++++ docs/upgrading.html | 15 +++++++++++++++ 11 files changed, 137 insertions(+) diff --git a/Makefile b/Makefile index 617fcd34a6..923c0ced34 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ WATCHR ?= `which watchr` # docs: bootstrap + rm docs/assets/bootstrap.zip zip -r docs/assets/bootstrap.zip bootstrap rm -r bootstrap lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP} @@ -42,6 +43,7 @@ bootstrap: # gh-pages: docs + rm -f ../bootstrap-gh-pages/assets/bootstrap.zip node docs/build production cp -r docs/* ../bootstrap-gh-pages diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 1c0f62fb848987b8ac9e93852b3de83b1f189502..5b15c4d272632a342ed929907786e12c2e777334 100644 GIT binary patch delta 442 zc-m{8$=p1XnJ2)TnT3l11Tr^IUs-xw942VlBxEUB(zA`c}u!sO9QIrL!vO$zh ztd?d1@@LqB`A2m&-af?v6qvl6(-A7N`5k87ywPi8N0hUp9_s1yJRoo=v&3Gp>ngN3>$s-QS(@}-FeFgI{a zdaVEw`nt&kCZxZ4uLwx!-En=UMD58NPKr;CJIw|Xu{&YRlmrry1@R`G@J8bOJK>MS z%RA`+(F^9CKj{LILo!Kba= + + diff --git a/docs/components.html b/docs/components.html index c40d55613f..a71788eca3 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1512,6 +1512,21 @@ + + diff --git a/docs/download.html b/docs/download.html index 1765b8a7d1..4e41341f45 100644 --- a/docs/download.html +++ b/docs/download.html @@ -357,6 +357,21 @@ + + diff --git a/docs/examples.html b/docs/examples.html index 42faf93c0a..92528767af 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -140,6 +140,21 @@ + + diff --git a/docs/index.html b/docs/index.html index dcf39a7929..0189733415 100644 --- a/docs/index.html +++ b/docs/index.html @@ -244,6 +244,21 @@ + + diff --git a/docs/javascript.html b/docs/javascript.html index 92e327d19f..db69483924 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1460,6 +1460,21 @@ $('.myCarousel').carousel({ + + diff --git a/docs/less.html b/docs/less.html index bb033cfa38..739ebf2cd5 100644 --- a/docs/less.html +++ b/docs/less.html @@ -790,6 +790,21 @@ + + diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 4ed4a36c86..cc89b5932f 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -433,6 +433,21 @@ + + diff --git a/docs/upgrading.html b/docs/upgrading.html index 4d8328b7c2..098bcbdc9a 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -292,6 +292,21 @@ + + -- 2.47.3