-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Change names of our bundles #384
New issue
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
Comments
Should I do it in the serve dev bundle PRs while I'm at it ? |
@T4rk1n - Yup, that works! |
This was referenced Sep 13, 2018
AnnMarieW
pushed a commit
to AnnMarieW/dash
that referenced
this issue
Jan 6, 2022
Add more Input tests, remove duplicate value callbacks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we name all of our bundles
bundle.js
. We should rename these bundles the name of the JS library to make debugging / inspecting errors in the console easier. That is, across:bundle.js
➡️dash_renderer.min.js
bundle.js
➡️dash_core_components.min.js
bundle.js
➡️dash_html_components.min.js
bundle.js
➡️the_package_name.min.js
These changes can happen in the individual component libraries, e.g. here: https://github.com/plotly/dash-core-components/blob/29d9f1d366b64a2759fbfc74d184a0561288284d/dash_core_components/__init__.py#L42-L47
we shouldn't need to change anything in
dash
itself. I'm creating this issue indash
just to organize things across the repos 😺The text was updated successfully, but these errors were encountered: