aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-12 22:29:25 -0700
committerMark Otto <[email protected]>2013-08-12 22:29:25 -0700
commitf25a4805ed712f6da48d247ea7bec0a62a9caf75 (patch)
tree926cc8931649d68c411a4e29a188124b24276498
parent8aecfb4e3f7661b8df9145e6b20f9b555fbf8cd0 (diff)
parent38d6e7179a03c5830030d96e2ab3190760a60695 (diff)
downloadbootstrap-f25a4805ed712f6da48d247ea7bec0a62a9caf75.tar.xz
bootstrap-f25a4805ed712f6da48d247ea7bec0a62a9caf75.zip
Merge pull request #9389 from twbs/emphasize-git-HEAD
Emphasize git HEAD downloads
-rw-r--r--_config.yml6
-rw-r--r--getting-started.html5
2 files changed, 8 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index 6dc300d66..6b6c87acc 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,7 +13,7 @@ port: 9001
# Custom vars
repo: https://github.com/twbs/bootstrap
download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip
-download_dist: http://getbootstrap.com/bs-v3.0.0-rc1-dist.zip
+download_dist: http://getbootstrap.com/bs-v3.0.0-rc.2-dist.zip
examples: http://examples.getbootstrap.com
examples_repo: https://github.com/twbs/bootstrap-examples
@@ -24,5 +24,5 @@ glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons
blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
-cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css
-cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js
+cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/css/bootstrap.min.css
+cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/js/bootstrap.min.js
diff --git a/getting-started.html b/getting-started.html
index b6588e7f6..add06adbf 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -15,9 +15,14 @@ base_url: "../"
</div>
<p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>
+ <h3>Download latest full source</h3>
+ <p class="lead">Until Bootstrap 3.0.0 is finalized, download the latest full source code (includes compiled and minified versions of our CSS and JavaScript under the <code>dist/</code> directory).</p>
+ <a href="{{ site.download }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest Bootstrap 3</a>
+ <!--
<h3>Download compiled CSS and JS</h3>
<p class="lead">The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.</p>
<p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p>
+ -->
<h3 id="download-options">More download options</h3>
<div class="bs-docs-dl-options">