{% if site.download.url %}
Manual download

Compiled and minified files with examples and sources.

{% endif %} {% if site.download.cdn and site.download.cdn.url %}
Content Delivery Network

The package is available on {{site.download.cdn.name}}.

{% if site.download.cdn.img %} {% else %} Download {% endif %}
{% endif %} {% if site.download.bower %}
Install with Bower

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 %}
{% endif %} {% if site.download.npm %}
Install with npm

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 %}
{% endif %}