]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adds current version to packages. 17576/head
authorZac Echola <zac.echola@so.mnscu.edu>
Fri, 11 Sep 2015 18:27:57 +0000 (13:27 -0500)
committerZac Echola <zac.echola@so.mnscu.edu>
Fri, 11 Sep 2015 19:15:31 +0000 (14:15 -0500)
docs/getting-started/download.md

index 4e83b9994e65f3f35194c746f7e0f28ff3d0d9d1..eb5caa4bc6e94471470bb5125efaea74f2e46bed 100644 (file)
@@ -40,13 +40,13 @@ Pull in Bootstrap's **source files** into nearly any project with some of the mo
 
 Install and manage Bootstrap's Sass and JavaScript using [Bower](http://bower.io).
 
-{% highlight bash %}$ bower install bootstrap{% endhighlight %}
+{% highlight bash %}$ bower install bootstrap#v{{ site.current_version }}{% endhighlight %}
 
 ### npm
 
 Install Bootstrap in your Node powered apps with [the npm package](https://www.npmjs.org/package/bootstrap):
 
-{% highlight bash %}$ npm install bootstrap{% endhighlight %}
+{% highlight bash %}$ npm install bootstrap@{{ site.current_version }}{% endhighlight %}
 
 `require('bootstrap')` will load all of Bootstrap's jQuery plugins onto the jQuery object. The `bootstrap` module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the `/js/*.js` files under the package's top-level directory.
 
@@ -58,7 +58,7 @@ Bootstrap's `package.json` contains some additional metadata under the following
 ### Meteor
 
 {% highlight bash %}
-$ meteor add twbs:bootstrap
+$ meteor add twbs:bootstrap@={{ site.current_version }}
 {% endhighlight %}
 
 ### Composer
@@ -101,3 +101,4 @@ 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>
+