We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add the dist folder with built javascript and css bundles to the project .gitignore
dist
.gitignore
the thinking here is mapd-charting users who want to use the latest master are sophisticated enough to
mapd-charting
yarn install yarn build
on their own. other users should be able to use a released version of mapd-charting from the releases page or npm.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
add the
dist
folder with built javascript and css bundles to the project.gitignore
the thinking here is
mapd-charting
users who want to use the latest master are sophisticated enough toon their own. other users should be able to use a released version of
mapd-charting
from the releases page or npm.The text was updated successfully, but these errors were encountered: