File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -547,6 +547,14 @@ <h2>v1.13.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <t
547
547
</ li >
548
548
</ ul >
549
549
550
+ < p >
551
+ < i > In most cases, you can replace the version number above by
552
+ < tt > latest</ tt > so that your embed will automatically use the latest
553
+ version, or < tt > stable</ tt > if you want to delay updating until an update
554
+ has proven to be free of accidental breaking changes. Example:</ i > < br >
555
+ < tt > https://cdn.jsdelivr.net/npm/underscore@latest/underscore-umd-min.js</ tt >
556
+ </ p >
557
+
550
558
< h2 > Package Installation</ h2 >
551
559
552
560
< ul >
@@ -561,6 +569,13 @@ <h2>Package Installation</h2>
561
569
</ li >
562
570
</ ul >
563
571
572
+ < p >
573
+ < i > If you are hardcoding the path to the file within the package and you
574
+ are unsure which build to use, it is very likely that you need
575
+ < tt > underscore-umd.js</ tt > or the minified variant
576
+ < tt > underscore-umd-min.js</ tt > .</ i >
577
+ </ p >
578
+
564
579
< h2 > Monolithic Import (recommended)</ h2 >
565
580
566
581
< ul >
You can’t perform that action at this time.
0 commit comments