diff options
| author | Jacob Thornton <[email protected]> | 2012-01-29 13:15:37 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-29 13:15:37 -0800 |
| commit | 49d565a6da38359a776f83f31a1f1ccd658c88a7 (patch) | |
| tree | efc1f05f3a0b2d6b8cb9ee0633f7933f1c5728ab /docs | |
| parent | 22d52fca46c792c08bd316298c4dd85e52bf531f (diff) | |
| download | bootstrap-49d565a6da38359a776f83f31a1f1ccd658c88a7.tar.xz bootstrap-49d565a6da38359a776f83f31a1f1ccd658c88a7.zip | |
move building zip file into docs/makefile
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 0 -> 50335 bytes | |||
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differnew file mode 100644 index 000000000..0e691e290 --- /dev/null +++ b/docs/assets/bootstrap.zip diff --git a/docs/index.html b/docs/index.html index 89f5accd6..3ecc7718f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,7 +80,7 @@ <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p> <p class="download-info"> <a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">View project on GitHub</a> - <a href="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">Download Bootstrap</a> + <a href="assets/bootstrap.zip" class="btn btn-large">Download Bootstrap</a> </p> <div class="benefits"> <h4>Feature highlights</h4> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 5fa70645a..7a98afa07 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -8,7 +8,7 @@ <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p> <p class="download-info"> <a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">{{_i}}View project on GitHub{{/i}}</a> - <a href="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a> + <a href="assets/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a> </p> <div class="benefits"> <h4>{{_i}}Feature highlights{{/i}}</h4> |
