File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Make sure you have the versions of node/npm that's recommended:
8
8
9
9
To download a specific node version look [ here] ( https://nodejs.org/en/download/package-manager ) .
10
10
11
+ Note: For CI, it's faster to do ` git clone --depth 1 ` to only get one commit.
12
+
11
13
Clone plotly.js, where the <version > is one of [ these] ( https://github.com/plotly/plotly.js/tags ) :
12
14
``` sh
13
15
git clone --branch < version> https://github.com/plotly/plotly.js.git
14
16
```
15
17
16
- Note: For CI, it's faster to do ` git clone --depth 1 ` to only get one commit.
17
-
18
18
Note: If you've already cloned plotly.js, then could switch to another version with:
19
19
``` sh
20
20
git fetch
Original file line number Diff line number Diff line change
1
+ - Elaborate on the Custom Bundle guide [[ #7101 ] ( https://github.com/plotly/plotly.js/pull/7101 )]
2
+
You can’t perform that action at this time.
0 commit comments