Compiled and minified files with examples and sources.
The package is available on {{site.download.cdn.name}}.
{% if site.download.cdn.img %}You can also get all necessary files and dependencies with Bower.
{% highlight bash %} # Bootstrap 4 $ bower install {{site.download.bower}} # Bootstrap 3 $ bower install {{site.download.bower}}@2.x.x {% endhighlight %}You can also get all necessary files and dependencies with npm.
{% highlight bash %} # Bootstrap 4 $ npm install {{site.download.npm}} # Bootstrap 3 $ npm install {{site.download.npm}}@2.x.x {% endhighlight %}