]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make note of slim build
authorMark Otto <markdotto@gmail.com>
Thu, 29 Dec 2016 06:27:50 +0000 (22:27 -0800)
committerMark Otto <markd.otto@gmail.com>
Sat, 31 Dec 2016 08:52:08 +0000 (00:52 -0800)
docs/getting-started/introduction.md

index bb9f0ea5f1566b08adb8774b283f8d38ac5e1aba..8720b002d89727b0686401cddbd0ecce0a2808ac 100644 (file)
@@ -25,7 +25,7 @@ Copy-paste the stylesheet `<link>` into your `<head>` before all other styleshee
 <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
 {% endhighlight %}
 
-Add our JavaScript plugins, jQuery, and Tether near the end of your pages, right before the closing `</body>` tag. Be sure to place jQuery and Tether first, as our code depends on them.
+Add our JavaScript plugins, jQuery, and Tether near the end of your pages, right before the closing `</body>` tag. Be sure to place jQuery and Tether first, as our code depends on them. While we use [jQuery's slim build](https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/) in our docs, the full version is also supported.
 
 {% highlight html %}
 <script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>