From 16a1f8b973db3c769897797dea283ea5675cf112 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:04:29 +0200 Subject: [PATCH 01/25] update custom bundle instruction to clone --- CUSTOM_BUNDLE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 5870352f3e1..4a7f208db4c 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -1,9 +1,9 @@ # Custom bundle You can simply make custom bundles yourself, if none of the [distributed packages](https://github.com/plotly/plotly.js/blob/master/dist/README.md) meet your needs, or you want to make a more optimized bundle file with/without specific traces and transforms. -Install plotly.js, move to plotly.js folder then install plotly.js dependencies: +Clone plotly.js, move to plotly.js folder then install plotly.js dependencies: ```sh -npm i plotly.js +git clone https://github.com/plotly/plotly.js.git cd node_modules/plotly.js npm i ``` From e58255345594d922757c3e0fdcda10b636e489fa Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:09:25 +0200 Subject: [PATCH 02/25] cd --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 4a7f208db4c..f54a4eb7ae2 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -4,7 +4,7 @@ You can simply make custom bundles yourself, if none of the [distributed package Clone plotly.js, move to plotly.js folder then install plotly.js dependencies: ```sh git clone https://github.com/plotly/plotly.js.git -cd node_modules/plotly.js +cd plotly.js npm i ``` From 3c0491468d7ad3d2b0180bad5a5b6e683c29280f Mon Sep 17 00:00:00 2001 From: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:12:39 +0200 Subject: [PATCH 03/25] Update CUSTOM_BUNDLE.md Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com> --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index f54a4eb7ae2..2c3d06403bd 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -3,7 +3,7 @@ You can simply make custom bundles yourself, if none of the [distributed package Clone plotly.js, move to plotly.js folder then install plotly.js dependencies: ```sh -git clone https://github.com/plotly/plotly.js.git +git clone --depth 1 https://github.com/plotly/plotly.js.git cd plotly.js npm i ``` From 23df53d0a43b19a61537f9b8d1ccc2d064d0045a Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:17:57 +0200 Subject: [PATCH 04/25] add tagname --- CUSTOM_BUNDLE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 2c3d06403bd..3cd93911ec6 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -1,9 +1,13 @@ # Custom bundle You can simply make custom bundles yourself, if none of the [distributed packages](https://github.com/plotly/plotly.js/blob/master/dist/README.md) meet your needs, or you want to make a more optimized bundle file with/without specific traces and transforms. -Clone plotly.js, move to plotly.js folder then install plotly.js dependencies: +Clone plotly.js, where the is one of the [these](https://github.com/plotly/plotly.js/tags): +```sh +git clone --depth 1 --branch https://github.com/plotly/plotly.js.git +``` + +Move to plotly.js folder then install plotly.js dependencies: ```sh -git clone --depth 1 https://github.com/plotly/plotly.js.git cd plotly.js npm i ``` From bf305f69bccdc8e1e8ce85cbd8a9b9bc4819ddfe Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:20:28 +0200 Subject: [PATCH 05/25] version --- CUSTOM_BUNDLE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 3cd93911ec6..63e3019b23b 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -1,9 +1,9 @@ # Custom bundle You can simply make custom bundles yourself, if none of the [distributed packages](https://github.com/plotly/plotly.js/blob/master/dist/README.md) meet your needs, or you want to make a more optimized bundle file with/without specific traces and transforms. -Clone plotly.js, where the is one of the [these](https://github.com/plotly/plotly.js/tags): +Clone plotly.js, where the is one of the [these](https://github.com/plotly/plotly.js/tags): ```sh -git clone --depth 1 --branch https://github.com/plotly/plotly.js.git +git clone --depth 1 --branch https://github.com/plotly/plotly.js.git ``` Move to plotly.js folder then install plotly.js dependencies: From ef8e2d1f4e444b2b944460409de6c17141652a64 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:21:44 +0200 Subject: [PATCH 06/25] typo --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 63e3019b23b..a4d5fc7e63a 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -1,7 +1,7 @@ # Custom bundle You can simply make custom bundles yourself, if none of the [distributed packages](https://github.com/plotly/plotly.js/blob/master/dist/README.md) meet your needs, or you want to make a more optimized bundle file with/without specific traces and transforms. -Clone plotly.js, where the is one of the [these](https://github.com/plotly/plotly.js/tags): +Clone plotly.js, where the is one of [these](https://github.com/plotly/plotly.js/tags): ```sh git clone --depth 1 --branch https://github.com/plotly/plotly.js.git ``` From d07069462a80891336ac08f659335cd24b070904 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:27:38 +0200 Subject: [PATCH 07/25] Add note onchanging version --- CUSTOM_BUNDLE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index a4d5fc7e63a..f3b39d2bf2e 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -12,6 +12,12 @@ cd plotly.js npm i ``` +Note: You can always switch to a new version with: +```sh +git fetch +git checkout +``` + By default all traces and transforms are included in the bundle if you simply run: ```sh npm run custom-bundle From 1a0791102d2c0bff54b309a774107b9f86bc0702 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:28:55 +0200 Subject: [PATCH 08/25] another --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index f3b39d2bf2e..5093b50da0d 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -12,7 +12,7 @@ cd plotly.js npm i ``` -Note: You can always switch to a new version with: +Note: You can always switch to another version with: ```sh git fetch git checkout From fbac1850b15d94a9344ff5540b5a04fec99d6b15 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:36:24 +0200 Subject: [PATCH 09/25] note on node version --- CUSTOM_BUNDLE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 5093b50da0d..b540899f3e8 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -9,6 +9,12 @@ git clone --depth 1 --branch https://github.com/plotly/plotly.js.git Move to plotly.js folder then install plotly.js dependencies: ```sh cd plotly.js +``` + +Make sure you have the version of node installed that's mentioned in the CONTRIBUTING.md + +Install the dependencies +```sh npm i ``` From 47882e3eac660c294d75091c2b4effa468ff4de8 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:37:07 +0200 Subject: [PATCH 10/25] versions --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index b540899f3e8..44576db868a 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -11,7 +11,7 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the version of node installed that's mentioned in the CONTRIBUTING.md +Make sure you have the version of node/npm that are recommended in the CONTRIBUTING.md Install the dependencies ```sh From ff43f5534187dc2f67c2f912082692c4635a2a77 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:37:16 +0200 Subject: [PATCH 11/25] lint --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 44576db868a..5e2f3235fe1 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -11,7 +11,7 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the version of node/npm that are recommended in the CONTRIBUTING.md +Make sure you have the versions of node/npm that are recommended in the CONTRIBUTING.md Install the dependencies ```sh From e0ef477bdfc5dc70e534226539aac9fee9304ac9 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:40:33 +0200 Subject: [PATCH 12/25] prerequisites --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 5e2f3235fe1..264826a7370 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -11,7 +11,7 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the versions of node/npm that are recommended in the CONTRIBUTING.md +Make sure you have the versions of node/npm that's recommended in the CONTRIBUTING.md list of Prerequisites Install the dependencies ```sh From eccefa40bf7476735ad6a6c8ccba0f4dd4907d53 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:44:49 +0200 Subject: [PATCH 13/25] link to contrib --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 264826a7370..39aad36e1b6 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -11,7 +11,7 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the versions of node/npm that's recommended in the CONTRIBUTING.md list of Prerequisites +Make sure you have the versions of node/npm that's recommended in the [./CONTRIBUTING.md](./CONTRIBUTING.md) list of Prerequisites Install the dependencies ```sh From 654670b2cac752a04beda661009aad7150fd0049 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 19:45:36 +0200 Subject: [PATCH 14/25] prereq --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 39aad36e1b6..c9af99c0d39 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -11,7 +11,7 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the versions of node/npm that's recommended in the [./CONTRIBUTING.md](./CONTRIBUTING.md) list of Prerequisites +Make sure you have the versions of node/npm that's recommended in the [./CONTRIBUTING.md](./CONTRIBUTING.md#prerequisites) list of Prerequisites Install the dependencies ```sh From cedf6305e79faf71b9991dfb6d6e20f42601611e Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:00:56 +0200 Subject: [PATCH 15/25] link to guides --- CUSTOM_BUNDLE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index c9af99c0d39..1eb59ebe1d9 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -11,7 +11,9 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the versions of node/npm that's recommended in the [./CONTRIBUTING.md](./CONTRIBUTING.md#prerequisites) list of Prerequisites +Make sure you have the versions of node/npm that's recommended in the [./CONTRIBUTING.md](./CONTRIBUTING.md#prerequisites) list of Prerequisites. + +To download a specific node version look [here](https://nodejs.org/en/download/package-manager). Install the dependencies ```sh From 926a49aea6899822d078bb87eae31f0cd28fed4a Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:11:09 +0200 Subject: [PATCH 16/25] Not on --depth 1 for CI --- CUSTOM_BUNDLE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 1eb59ebe1d9..8106afbf832 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -3,9 +3,11 @@ You can simply make custom bundles yourself, if none of the [distributed package Clone plotly.js, where the is one of [these](https://github.com/plotly/plotly.js/tags): ```sh -git clone --depth 1 --branch https://github.com/plotly/plotly.js.git +git clone --branch https://github.com/plotly/plotly.js.git ``` +Note: For CI, it's faster to do `git clone --depth 1` flag to only get one commit. + Move to plotly.js folder then install plotly.js dependencies: ```sh cd plotly.js From ae824e7df46232f340c3e0537981e4dd832b967a Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:11:48 +0200 Subject: [PATCH 17/25] remove flag --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 8106afbf832..ad3214a7e2b 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -6,7 +6,7 @@ Clone plotly.js, where the is one of [these](https://github.com/plotly git clone --branch https://github.com/plotly/plotly.js.git ``` -Note: For CI, it's faster to do `git clone --depth 1` flag to only get one commit. +Note: For CI, it's faster to do `git clone --depth 1` to only get one commit. Move to plotly.js folder then install plotly.js dependencies: ```sh From da75d7f768f80a7880865ccdde89b160e12cce82 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:22:11 +0200 Subject: [PATCH 18/25] compat table --- CUSTOM_BUNDLE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index ad3214a7e2b..0fbf4a7f993 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -13,7 +13,9 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the versions of node/npm that's recommended in the [./CONTRIBUTING.md](./CONTRIBUTING.md#prerequisites) list of Prerequisites. +Make sure you have the versions of node/npm that's recommended: +- plotly.js until and incl. 2.34.0: Node 16/npm 8 +- plotly.js from 2.35.0: Node 18/npm 10 To download a specific node version look [here](https://nodejs.org/en/download/package-manager). From 42cc53382526717e585efa93eb27cf2273c8a404 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:29:36 +0200 Subject: [PATCH 19/25] compat table --- CUSTOM_BUNDLE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 0fbf4a7f993..402ff819467 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -14,8 +14,9 @@ cd plotly.js ``` Make sure you have the versions of node/npm that's recommended: -- plotly.js until and incl. 2.34.0: Node 16/npm 8 -- plotly.js from 2.35.0: Node 18/npm 10 +- plotly.js before 2.5: Node 12/npm 6 +- plotly.js from 2.5: Node 16/npm 7 +- plotly.js from 2.35: Node 18/npm 10 To download a specific node version look [here](https://nodejs.org/en/download/package-manager). From 6be36aaee64790bb322522da75571592a20ab219 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:30:12 +0200 Subject: [PATCH 20/25] npm 8 --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 402ff819467..2134690e32d 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -15,7 +15,7 @@ cd plotly.js Make sure you have the versions of node/npm that's recommended: - plotly.js before 2.5: Node 12/npm 6 -- plotly.js from 2.5: Node 16/npm 7 +- plotly.js from 2.5: Node 16/npm 8 - plotly.js from 2.35: Node 18/npm 10 To download a specific node version look [here](https://nodejs.org/en/download/package-manager). From 5a0af7b8546c7f6c32982fd1e81c68d447dc9668 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:47:57 +0200 Subject: [PATCH 21/25] move up node compat table --- CUSTOM_BUNDLE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 2134690e32d..5acc07f2ece 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -1,6 +1,13 @@ # Custom bundle You can simply make custom bundles yourself, if none of the [distributed packages](https://github.com/plotly/plotly.js/blob/master/dist/README.md) meet your needs, or you want to make a more optimized bundle file with/without specific traces and transforms. +Make sure you have the versions of node/npm that's recommended: +- plotly.js before 2.5: Node 12/npm 6 +- plotly.js from 2.5: Node 16/npm 8 +- plotly.js from 2.35: Node 18/npm 10 + +To download a specific node version look [here](https://nodejs.org/en/download/package-manager). + Clone plotly.js, where the is one of [these](https://github.com/plotly/plotly.js/tags): ```sh git clone --branch https://github.com/plotly/plotly.js.git @@ -13,13 +20,6 @@ Move to plotly.js folder then install plotly.js dependencies: cd plotly.js ``` -Make sure you have the versions of node/npm that's recommended: -- plotly.js before 2.5: Node 12/npm 6 -- plotly.js from 2.5: Node 16/npm 8 -- plotly.js from 2.35: Node 18/npm 10 - -To download a specific node version look [here](https://nodejs.org/en/download/package-manager). - Install the dependencies ```sh npm i From 1bbd97edeebb7cb4453a208aa8ef66276cebcbb1 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:48:20 +0200 Subject: [PATCH 22/25] move note --- CUSTOM_BUNDLE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 5acc07f2ece..bb6aca289e9 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -15,6 +15,12 @@ git clone --branch https://github.com/plotly/plotly.js.git Note: For CI, it's faster to do `git clone --depth 1` to only get one commit. +Note: You can always switch to another version with: +```sh +git fetch +git checkout +``` + Move to plotly.js folder then install plotly.js dependencies: ```sh cd plotly.js @@ -25,12 +31,6 @@ Install the dependencies npm i ``` -Note: You can always switch to another version with: -```sh -git fetch -git checkout -``` - By default all traces and transforms are included in the bundle if you simply run: ```sh npm run custom-bundle From 9dff7eae56b2df749870b16a7eeb4cc6e0502881 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 20:48:48 +0200 Subject: [PATCH 23/25] collect commands --- CUSTOM_BUNDLE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index bb6aca289e9..b5f97a0bff2 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -24,10 +24,6 @@ git checkout Move to plotly.js folder then install plotly.js dependencies: ```sh cd plotly.js -``` - -Install the dependencies -```sh npm i ``` From b0af5d0f8fef8d36132ccd7ec6fdc8f0b2af6046 Mon Sep 17 00:00:00 2001 From: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:06:17 +0200 Subject: [PATCH 24/25] Update CUSTOM_BUNDLE.md Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com> --- CUSTOM_BUNDLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index b5f97a0bff2..6b0bf0d0682 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -15,7 +15,7 @@ git clone --branch https://github.com/plotly/plotly.js.git Note: For CI, it's faster to do `git clone --depth 1` to only get one commit. -Note: You can always switch to another version with: +Note: If you've already cloned plotly.js, then could switch to another version with: ```sh git fetch git checkout From 3d4cfe9ae8acdb41a27390ecd0386546161824bd Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Tue, 13 Aug 2024 21:45:23 +0200 Subject: [PATCH 25/25] draftlog --- CUSTOM_BUNDLE.md | 4 ++-- draftlogs/7101_change.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 draftlogs/7101_change.md diff --git a/CUSTOM_BUNDLE.md b/CUSTOM_BUNDLE.md index 6b0bf0d0682..9ab72ceba14 100644 --- a/CUSTOM_BUNDLE.md +++ b/CUSTOM_BUNDLE.md @@ -8,13 +8,13 @@ Make sure you have the versions of node/npm that's recommended: To download a specific node version look [here](https://nodejs.org/en/download/package-manager). +Note: For CI, it's faster to do `git clone --depth 1` to only get one commit. + Clone plotly.js, where the is one of [these](https://github.com/plotly/plotly.js/tags): ```sh git clone --branch https://github.com/plotly/plotly.js.git ``` -Note: For CI, it's faster to do `git clone --depth 1` to only get one commit. - Note: If you've already cloned plotly.js, then could switch to another version with: ```sh git fetch diff --git a/draftlogs/7101_change.md b/draftlogs/7101_change.md new file mode 100644 index 00000000000..c1be054e031 --- /dev/null +++ b/draftlogs/7101_change.md @@ -0,0 +1,2 @@ + - Elaborate on the Custom Bundle guide [[#7101](https://github.com/plotly/plotly.js/pull/7101)] + \ No newline at end of file