aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-07-26 20:18:51 -0700
committerMark Otto <[email protected]>2016-07-26 20:18:51 -0700
commit855a82e3a27b73738518ff2486ee9e4e3b7be872 (patch)
tree17760d78238b67c3c03d560ad105f182412a7e8a /docs/getting-started
parentcf45a82068daf283796562acfed099fdaf913126 (diff)
downloadbootstrap-855a82e3a27b73738518ff2486ee9e4e3b7be872.tar.xz
bootstrap-855a82e3a27b73738518ff2486ee9e4e3b7be872.zip
remove dist download option for now; it has been coming soon for far too long
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/download.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index 37fbbaa59..6e094aa50 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -6,27 +6,10 @@ group: getting-started
**Bootstrap v{{ site.current_version}}** is available for download in several ways, including some of your favorite package managers. Choose from the options below to snag just what you need.
-<div class="row m-t-2">
- <div class="col-sm-6">
-{% markdown %}
-### Compiled
-Download just the compiled and minified CSS and JavaScript. Doesn't include any documentation or original source files.
-
-{% comment %}
-<a href="{{ site.download.dist }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap</a>
-{% endcomment %}
-<span class="text-muted">Coming soon!</span>
-{% endmarkdown %}
- </div>
- <div class="col-sm-6">
-{% markdown %}
### Source files
Download everything: source Sass, JavaScript, and documentation files. **Requires a Sass compiler, [Autoprefixer](https://github.com/postcss/autoprefixer), [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes), and [some setup]({{ site.baseurl }}/getting-started/build-tools/#tooling-setup).**
<a href="{{ site.download.source }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
-{% endmarkdown %}
- </div>
-</div>
## Package managers
@@ -121,4 +104,3 @@ Need only a part of Bootstrap's CSS or JS? Use one of the custom builds to snag
<a class="btn btn-bs btn-outline" href="#">Download</a>
</div>
</div>
-