Skip to content

Commit 624723f

Browse files
committed
links, disable downloads, alert package manager downloads
1 parent 1020297 commit 624723f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ sass_repo: https://github.com/twbs/bootstrap-sass
2828
slack: https://bootstrap-slack.herokuapp.com
2929

3030
download:
31-
source: https://github.com/twbs/bootstrap/archive/v3.3.5.zip
32-
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.5/bootstrap-3.3.5-dist.zip
33-
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.5.tar.gz
31+
source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.zip
32+
dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha/bootstrap-4.0.0-alpha-dist.zip
3433

3534
blog: http://blog.getbootstrap.com
3635
expo: http://expo.getbootstrap.com

docs/getting-started/download.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ group: getting-started
1212
### Compiled
1313
Download just the compiled and minified CSS and JavaScript. Doesn't include any documentation or original source files.
1414

15+
{% comment %}
1516
<a href="{{ site.download.dist }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap</a>
17+
{% endcomment %}
18+
<span class="text-muted">Coming soon!</span>
1619
{% endmarkdown %}
1720
</div>
1821
<div class="col-sm-6">
@@ -29,6 +32,10 @@ Download everything: source Sass, JavaScript, and documentation files. **Require
2932

3033
Pull in Bootstrap's **source files** into nearly any project with some of the most popular package managers. No matter the package manager, Bootstrap will **require a Sass compiler and [Autoprefixer](https://github.com/postcss/autoprefixer)** for a setup that matches our official compiled versions.
3134

35+
{% callout warning %}
36+
**Heads up!** Not all package managers have the v4 alpha published yet, but we should have them up shortly!
37+
{% endcallout %}
38+
3239
### Bower
3340

3441
Install and manage Bootstrap's Sass and JavaScript using [Bower](http://bower.io).

0 commit comments

Comments
 (0)