We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedf630 commit 926a49aCopy full SHA for 926a49a
1 file changed
CUSTOM_BUNDLE.md
@@ -3,9 +3,11 @@ You can simply make custom bundles yourself, if none of the [distributed package
3
4
Clone plotly.js, where the <version> is one of [these](https://github.com/plotly/plotly.js/tags):
5
```sh
6
-git clone --depth 1 --branch <version> https://github.com/plotly/plotly.js.git
+git clone --branch <version> https://github.com/plotly/plotly.js.git
7
```
8
9
+Note: For CI, it's faster to do `git clone --depth 1` flag to only get one commit.
10
+
11
Move to plotly.js folder then install plotly.js dependencies:
12
13
cd plotly.js
0 commit comments