Skip to content

Commit

Permalink
Reorder the CDN URLs and add PageCDN
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Aug 17, 2020
1 parent bcff5a4 commit ad6ea76
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,6 @@ <h2>v1.11.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
<h2>v1.11.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>

<ul>
<li>
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-min.js</tt>
</li>
<li>
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-esm-min.js</tt>
</li>
<li>
<tt>https://cdn.jsdelivr.net/npm/underscore@1.11.0/underscore-min.js</tt>
</li>
Expand All @@ -518,6 +512,18 @@ <h2>v1.11.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <t
<li>
<tt>https://unpkg.com/underscore@1.11.0/underscore-esm-min.js</tt>
</li>
<li>
<tt>https://pagecdn.io/lib/underscore/1.11.0/underscore-min.js</tt>
</li>
<li>
<tt>https://pagecdn.io/lib/underscore/1.11.0/underscore-esm-min.js</tt>
</li>
<li>
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-min.js</tt>
</li>
<li>
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-esm-min.js</tt>
</li>
</ul>

<h2>Package Installation</h2>
Expand Down

0 comments on commit ad6ea76

Please sign in to comment.