From: Mark Otto Date: Thu, 29 Dec 2016 06:27:50 +0000 (-0800) Subject: make note of slim build X-Git-Tag: v4.0.0-alpha.6~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f5def40cc1aafb612e669de71ed06c5a55ccef;p=thirdparty%2Fbootstrap.git make note of slim build --- diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index bb9f0ea5f1..8720b002d8 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -25,7 +25,7 @@ Copy-paste the stylesheet `` into your `` before all other styleshee {% endhighlight %} -Add our JavaScript plugins, jQuery, and Tether near the end of your pages, right before the closing `` 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 `` 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 %}