Skip to content

Commit

Permalink
Add some build clarifications to the documentation (#2923)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Apr 15, 2021
1 parent 8b5928c commit 9cda0b0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Expand Up @@ -547,6 +547,14 @@ <h2>v1.13.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <t
</li>
</ul>

<p>
<i>In most cases, you can replace the version number above by
<tt>latest</tt> so that your embed will automatically use the latest
version, or <tt>stable</tt> if you want to delay updating until an update
has proven to be free of accidental breaking changes. Example:</i><br>
<tt>https://cdn.jsdelivr.net/npm/underscore@latest/underscore-umd-min.js</tt>
</p>

<h2>Package Installation</h2>

<ul>
Expand All @@ -561,6 +569,13 @@ <h2>Package Installation</h2>
</li>
</ul>

<p>
<i>If you are hardcoding the path to the file within the package and you
are unsure which build to use, it is very likely that you need
<tt>underscore-umd.js</tt> or the minified variant
<tt>underscore-umd-min.js</tt>.</i>
</p>

<h2>Monolithic Import (recommended)</h2>

<ul>
Expand Down

0 comments on commit 9cda0b0

Please sign in to comment.