Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoebl committed May 10, 2015
1 parent f870d86 commit 61bd7b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -47,7 +47,7 @@ <h1>
<li>specific versions (e.g. WebKit)</li>
</ul>

<p>Current <code>master</code> branch is using detection logic from <strong>Mobile-Detect@2.8.12</strong></p>
<p>Current <code>master</code> branch is using detection logic from <strong>Mobile-Detect@2.8.13</strong></p>

<h1>
<a id="live-demo" class="anchor" href="#live-demo" aria-hidden="true"><span class="octicon octicon-link"></span></a>Live Demo</h1>
Expand Down Expand Up @@ -154,9 +154,9 @@ <h2>
<a id="size-bytes" class="anchor" href="#size-bytes" aria-hidden="true"><span class="octicon octicon-link"></span></a>Size (bytes)</h2>

<ul>
<li>development: 62001</li>
<li>minified: 34907</li>
<li>minified + gzipped: 14598 (<code>cat mobile-detect.min.js | gzip -9f | wc -c</code>)</li>
<li>development: 62429</li>
<li>minified: 35311</li>
<li>minified + gzipped: 14789 (<code>cat mobile-detect.min.js | gzip -9f | wc -c</code>)</li>
</ul>

<h1>
Expand All @@ -178,14 +178,14 @@ <h2>
<a id="cdn---jsdelivr" class="anchor" href="#cdn---jsdelivr" aria-hidden="true"><span class="octicon octicon-link"></span></a>CDN - <a href="http://www.jsdelivr.com/#!mobile-detect.js">jsDelivr</a>
</h2>

<pre><code>&lt;script src="//cdn.jsdelivr.net/mobile-detect.js/1.0.0/mobile-detect.min.js"&gt;&lt;/script&gt;
<pre><code>&lt;script src="//cdn.jsdelivr.net/mobile-detect.js/1.1.0/mobile-detect.min.js"&gt;&lt;/script&gt;
</code></pre>

<h2>
<a id="cdnjs---cdnjscom" class="anchor" href="#cdnjs---cdnjscom" aria-hidden="true"><span class="octicon octicon-link"></span></a>cdnjs - <a href="https://cdnjs.com/libraries/mobile-detect">cdnjs.com</a>
</h2>

<pre><code>&lt;script src="//cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.0.0/mobile-detect.min.js"&gt;&lt;/script&gt;
<pre><code>&lt;script src="//cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.1.0/mobile-detect.min.js"&gt;&lt;/script&gt;
</code></pre>

<h1>
Expand Down

0 comments on commit 61bd7b0

Please sign in to comment.