File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ npm install
28
28
npm run start-test_dashboard
29
29
```
30
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.
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.
35
36
36
37
** Step 3** Open up the console and start developing
37
38
You can’t perform that action at this time.
0 commit comments