-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
proposal. Set serve_locally = True by default #284
Comments
I don't see why not! 👍 |
Yes, yes, yes! The slight performance boost from the CDN is probably not worth the headache and perception of requiring outbound connections. |
I think I'm 👍 with this as well. A few notes for discussion:
|
IIRC there was some issue with serving up your own CSS as well as serving locally, or something like that. Worth making sure that #265 is compatible with |
I think it should be set to True if |
If we can smooth over the transition issues then I think serve_locally =
True by default would make a lot of sense. We should aim for a default path
of least friction, which I think this is.
…On Wed, 11 Jul 2018 at 00:28, Philippe Duval ***@***.***> wrote:
I think it should be set to True if debug = True, what I have for the
static files is compatible with the serve_locally option.
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#284 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACs1GNuCxYee2JQp25QI274scxq3Hp1Xks5uFLofgaJpZM4VJVbW>
.
--
nedned.net
|
Don't break Tabs if no Tab is selected
This trips up everyone who is playing around with Dash. It trips me up every time I work with Dash.
It could also be turned on be default when debug=True.
@plotly/dash (and community) what do you think?
The text was updated successfully, but these errors were encountered: