Skip to content

Commit 1bbd97e

Browse files
committed
move note
1 parent 5a0af7b commit 1bbd97e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CUSTOM_BUNDLE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ git clone --branch <version> https://github.com/plotly/plotly.js.git
1515

1616
Note: For CI, it's faster to do `git clone --depth 1` to only get one commit.
1717

18+
Note: You can always switch to another version with:
19+
```sh
20+
git fetch
21+
git checkout <version>
22+
```
23+
1824
Move to plotly.js folder then install plotly.js dependencies:
1925
```sh
2026
cd plotly.js
@@ -25,12 +31,6 @@ Install the dependencies
2531
npm i
2632
```
2733

28-
Note: You can always switch to another version with:
29-
```sh
30-
git fetch
31-
git checkout <version>
32-
```
33-
3434
By default all traces and transforms are included in the bundle if you simply run:
3535
```sh
3636
npm run custom-bundle

0 commit comments

Comments
 (0)