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:
88
99To 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+
1113Clone plotly.js, where the <version > is one of [ these] ( https://github.com/plotly/plotly.js/tags ) :
1214``` sh
1315git 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-
1818Note: If you've already cloned plotly.js, then could switch to another version with:
1919``` sh
2020git 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