adding a note about Bootstrap CDN sometimes taking a few minutes to catch up.

This commit is contained in:
davegandy 2013-11-05 07:35:21 -05:00
parent 5a7e14b7cf
commit 0373b63c16

View File

@ -29,6 +29,7 @@ relative_path: ../
{% highlight html %} {% highlight html %}
<link href="//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.css" rel="stylesheet"> <link href="//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.css" rel="stylesheet">
{% endhighlight %} {% endhighlight %}
<p class="alert alert-success"><i class="fa fa-info-circle"></i> Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.</p>
</li> </li>
<li> <li>
Pat yourself on the back for your scalable-vector-icons-on-the-website Pat yourself on the back for your scalable-vector-icons-on-the-website