Skip to content

Commit 8ff71f7

Browse files
authored
Merge pull request #1936 from plotly/contributing-build-core
mention faster way to rebuild dcc
2 parents 8ee5c8c + aff237d commit 8ff71f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)