File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,15 @@ $ npm install
2020# and renderer bundles; this will build all bundles from source code in their
2121# respective directories. The only true source of npm version is defined
2222# in package.json for each package.
23+ #
2324$ npm run build # runs `renderer build` and `npm build` in dcc, html, table
2425# build and install components used in tests
26+ #
27+ # Alternatively one could run part of the build process e.g.
28+ $ dash-update-components " dash-core-components"
29+ # to only build dcc when developing dcc
30+ # But when you first clone check out a new branch, you must run the full build as above.
31+ #
2532$ npm run setup-tests.py # or npm run setup-tests.R
2633# you should see dash points to a local source repo
2734$ pip list | grep dash
You can’t perform that action at this time.
0 commit comments