Skip to content

Commit 3d4cfe9

Browse files
committed
draftlog
1 parent b0af5d0 commit 3d4cfe9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CUSTOM_BUNDLE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Make sure you have the versions of node/npm that's recommended:
88

99
To download a specific node version look [here](https://nodejs.org/en/download/package-manager).
1010

11+
Note: For CI, it's faster to do `git clone --depth 1` to only get one commit.
12+
1113
Clone plotly.js, where the <version> is one of [these](https://github.com/plotly/plotly.js/tags):
1214
```sh
1315
git clone --branch <version> https://github.com/plotly/plotly.js.git
1416
```
1517

16-
Note: For CI, it's faster to do `git clone --depth 1` to only get one commit.
17-
1818
Note: If you've already cloned plotly.js, then could switch to another version with:
1919
```sh
2020
git fetch

draftlogs/7101_change.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Elaborate on the Custom Bundle guide [[#7101](https://github.com/plotly/plotly.js/pull/7101)]
2+

0 commit comments

Comments
 (0)