Skip to content

Commit

Permalink
draftlog
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Aug 13, 2024
1 parent b0af5d0 commit 3d4cfe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CUSTOM_BUNDLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version> is one of [these](https://github.com/plotly/plotly.js/tags):
```sh
git clone --branch <version> 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
Expand Down
2 changes: 2 additions & 0 deletions draftlogs/7101_change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Elaborate on the Custom Bundle guide [[#7101](https://github.com/plotly/plotly.js/pull/7101)]

0 comments on commit 3d4cfe9

Please sign in to comment.