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
2828npm 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
You can’t perform that action at this time.
0 commit comments