-
Notifications
You must be signed in to change notification settings - Fork 1.7k
book is not truly offline #463
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
There have been a lot of different issues with the CDN related code. I am beginning to think we should remove it altogether. Loading everything from local sources would solve this issue. |
Would it be better to vendor all required static assets and have them embedded in the |
Vendoring js assets through
Then there's only a single file to vendor. This would probably improve performance as well, since fewer http requests are made from the browser. |
I'm not sure how well this would work out. We currently allow people to override various CSS/JS files if they are present in a |
Oh, right. I was unaware of that. |
@steveklabnik Can this be closed in favor of #546? |
Originally filed as rust-lang/rust#44826
It'd be good to have a 100% offline mode for the local docs. We used to do this; I'm assuming some stuff sneaked in!
The text was updated successfully, but these errors were encountered: