Skip to content

Commit 120327b

Browse files
committed
Update language for regl codegen
1 parent bc0c07d commit 120327b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,9 @@ making changes that affect the usage of regl shaders, you would need to run
169169
npm run regl-codegen
170170
```
171171

172-
to regenerate the regl code. This opens a browser window, runs through all
173-
traces with 'regl' in the tags, and stores the captured code into
174-
[src/generated/regl-codegen](https://github.com/plotly/plotly.js/blob/master/src/generated/regl-codegen). If no updates are necessary, it would be a no-op, but
175-
if there are changes, you would need to commit them.
172+
to regenerate the regl code. This will prompt you to open a browser window. This will then run through all
173+
traces with 'regl' in the tags, and store the captured code into
174+
[src/generated/regl-codegen](https://github.com/plotly/plotly.js/blob/master/src/generated/regl-codegen). If no updates are necessary, it will be a no-op, but if there are changes, you will need to commit them.
176175

177176
This is needed because regl performs codegen in runtime which breaks CSP
178177
compliance, and so for strict builds we pre-generate regl shader code here.

0 commit comments

Comments
 (0)