Skip to content

Commit fa5944d

Browse files
committed
add link to browserify in CONTIRUBTING
1 parent 47b13b0 commit fa5944d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ npm install
2828
npm run start-test_dashboard
2929
```
3030

31-
This command bundles up the source files with source maps, starts
32-
a [watchify](https://github.com/substack/watchify) file watcher (making the your
33-
dev plotly.js bundle update every time a source file is saved) and opens up
34-
a tab in your browser.
31+
This command bundles up the source files with source maps using
32+
[browserify](https://github.com/substack/node-browserify), starts a
33+
[watchify](https://github.com/substack/watchify) file watcher (making the your
34+
dev plotly.js bundle update every time a source file is saved) and opens up a
35+
tab in your browser.
3536

3637
**Step 3** Open up the console and start developing
3738

0 commit comments

Comments
 (0)