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
20
20
# and renderer bundles; this will build all bundles from source code in their
21
21
# respective directories. The only true source of npm version is defined
22
22
# in package.json for each package.
23
+ #
23
24
$ npm run build # runs `renderer build` and `npm build` in dcc, html, table
24
25
# 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
+ #
25
32
$ npm run setup-tests.py # or npm run setup-tests.R
26
33
# you should see dash points to a local source repo
27
34
$ pip list | grep dash
You can’t perform that action at this time.
0 commit comments