Closed
Description
From Dash boilerplate, the setup is such that built component code is not part of .gitignore
. This makes PR-review more difficult and commit history harder to follow.
Travis will build and get the built component code before deployo to pypi
. It should therefore be safe to .gitignore
automatically built Python+JavaScript code.