-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Change zola serve to load HTML from memory instead of disk #1114
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
Conversation
cc @southerntofu so you have an idea of it. Still a few things to do but it should be better than the current state, with a nice loc reduction as well. |
The obvious downside with that approach is that the reload time on serve is magnitude bigger BUT avoids a lot of bugs. Any feedback? |
I've added a Any comments on it? It's missing some documentation and some more testing but it should be way more resilient than the current system. |
Maybe we should keep an option to copy html to disk. |
It will put all content in it. |
|
TODO: