-
Notifications
You must be signed in to change notification settings - Fork 963
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
Zola 0.19 and ViteJs don't go together well? #2563
Comments
That's a bug, this file change should be ignored but isn't for some reason. Are those |
I am glad it is! I would have had no idea otherwise :)
If there’s anything I can do to help, I’d be glad to.
Cheers
On Mon, Jul 1, 2024 at 9:12 PM, Vincent Prouillet ***@***.***> wrote: That's a bug, this file change should be ignored but isn't for some reason.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Is the repo available somewhere? |
It is private but I am willing to give Zola team temporary access if this can help. I am no Universal but I’d like to keep it private if I can.
On Mon, Jul 1, 2024 at 9:17 PM, Vincent Prouillet ***@***.***> wrote: Is the repo available somewhere?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I have the same issue with Vite. Let me know if I can be of any help. |
Is there a repo somewhere I can use to debug? Even a very basic version with the minimum setup to reproduce the issue |
I sent you an invite to my private repo. |
|
@Keats I've invited you to my repo too. I hope this can help. |
Yep i can reproduce with yours, thanks. |
I haven't been able to update the config.toml for 0.19 because of the bug but I am sure you have figured that out :) generate_feeds = true
feed_filenames = ["atom.xml"] |
That should be fixed on the next branch |
that was quick! whoop whoop! Thank you so very much indeed for this and for zola :) |
ps: let me know when I can remove the collaborator status. please. |
You can remove me |
Hi @Keats is it only me or 0.19.2 now doesn't load css at all? let me know how I can help/test please. |
nevermind... it was my error! thanks for fixing this! |
Bug Report
I have been using Zola as CMS with custom templates/html + daisyUI for my label site since Zola 0.17 and everything ran smoothly until 0.19. I haven't been able to
serve
(to add content) nor deploy my site since.Environment
macOS Sonoma 14.5
Zola version: 0.19.1 (installed with brew)
Expected Behavior
Zola + Vitejs should just work together as they did until 0.18.x
Current Behavior
I run
zola serve
andvite serve
with"dev": "ENV='development' concurrently 'vite serve' 'zola serve'"
from package.json, this is the full output usingRUST_BACKTRACE=full
because1
suggested it:Step to reproduce
Easier said than done. I can give access to the private repo to Zola team for complete details and possibly replication.
I am available for any more details (like package.json, configs, etc...) on request. I didn't want to spam.
The text was updated successfully, but these errors were encountered: