We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b2216 commit 6273a7bCopy full SHA for 6273a7b
CONTRIBUTING.md
@@ -20,8 +20,14 @@ $ npm install
20
# and renderer bundles; this will build all bundles from source code in their
21
# respective directories. The only true source of npm version is defined
22
# in package.json for each package.
23
+#
24
$ npm run build # runs `renderer build` and `npm build` in dcc, html, table
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
31
$ npm run setup-tests.py # or npm run setup-tests.R
32
# you should see dash points to a local source repo
33
$ pip list | grep dash
0 commit comments