From 9cda0b09742c9ed6ae5e1bccb709b63f32a04f45 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Thu, 15 Apr 2021 14:59:26 +0200 Subject: [PATCH] Add some build clarifications to the documentation (#2923) --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index e76d1c507..b7579838d 100644 --- a/index.html +++ b/index.html @@ -547,6 +547,14 @@

v1.13.0 CDN URLs (Use with +

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

+

Package Installation

    @@ -561,6 +569,13 @@

    Package Installation

+

+ 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 + underscore-umd.js or the minified variant + underscore-umd-min.js. +

+

Monolithic Import (recommended)