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 47b13b0 commit fa5944dCopy full SHA for fa5944d
1 file changed
CONTRIBUTING.md
@@ -28,10 +28,11 @@ npm install
28
npm run start-test_dashboard
29
```
30
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.
+This command bundles up the source files with source maps using
+[browserify](https://github.com/substack/node-browserify), starts a
+[watchify](https://github.com/substack/watchify) file watcher (making the your
+dev plotly.js bundle update every time a source file is saved) and opens up a
35
+tab in your browser.
36
37
**Step 3** Open up the console and start developing
38
0 commit comments