]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove dist download option for now; it has been coming soon for far too long
authorMark Otto <markdotto@gmail.com>
Wed, 27 Jul 2016 03:18:51 +0000 (20:18 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 27 Jul 2016 03:18:51 +0000 (20:18 -0700)
docs/getting-started/download.md

index 37fbbaa599a258aa17c800583c4e9ee5c7ea6fdc..6e094aa50ef74b910bc6e221fe240ed675f320f7 100644 (file)
@@ -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>
-