Skip to content

Commit 6273a7b

Browse files
committed
mention faster way to rebuild dcc
1 parent 97b2216 commit 6273a7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ $ 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+
#
2531
$ npm run setup-tests.py # or npm run setup-tests.R
2632
# you should see dash points to a local source repo
2733
$ pip list | grep dash

0 commit comments

Comments
 (0)