Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48cd95f

Browse files
Veena KrishVeena Krish
Veena Krish
authored and
Veena Krish
committed
changes to README
1 parent af11f41 commit 48cd95f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
1. Commented out require(e6-promises) in src/core.js
88
2. Replaced \r\n with \n in tasks/header.js
99

10+
### Updating or pulling from upstream plotly
11+
12+
* Pull from upstream: git pull upstream/master. (try to do this from webstorm to make merge conflicts easier)
13+
* Change the version number (this will be a conflict) in package.json
14+
* Commit but DO NOT check "Reformat code" or "Rearrange code"
15+
* Make sure it still builds with npm run build. Possible needed changes:
16+
- If `npm run header` fails, it may be that the webstorm commit added blank spaces in the headers. Revert what you can to a previous commit.
17+
- If `npm run stats` fails with `ENOENT`, leave it; it's not needed
18+
* If it builds, then tag, commit, push, and publish to artifactory
19+
20+
---
21+
1022
Built on top of [d3.js](http://d3js.org/) and [stack.gl](http://stack.gl/),
1123
plotly.js is a high-level, declarative charting library. plotly.js ships with over 20
1224
chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts,

0 commit comments

Comments
 (0)