-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add new parameter assets_path_ignore for dash.Dash() #3077
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
base: dev
Are you sure you want to change the base?
Conversation
@T4rk1n Should I resubmit a PR for this feature to adapt to the latest version of |
@@ -0,0 +1,3 @@ | |||
#normal-test-target { | |||
background-color: rgba(255, 0, 0, 1); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing endline at the end in the new assets files.
Yes, I want to include this in next release 3.1, up to you if you want to resolve the conflicts in this PR or a new one. |
Look like the format check failed:
I changed the pre-commit hook to only lint staged files and should runs almost instantly for these cases now. |
I can't figure out exactly what caused the code format check to fail 😢, I've used |
That is because we use black not ruff 😆 |
Add new parameter
assets_path_ignore
todash.Dash()
, for the static resource directory, set several folders that need to be ignored during the initial automatic loading of static resources.closes #3076