-
Notifications
You must be signed in to change notification settings - Fork 3
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
v1.0 #20
v1.0 #20
Conversation
This reverts commit 7759068.
Windows support is the last big thing to figure out here before we focus on documentation and examples! See #15. I need to dig out my gaming PC and run Sverto locally; the GitHub Actions CI is not adequately exposing output from |
1.5.25 contains a bug fix preventing Lua scripts from executing on Windows
As of commit 54375e8, things are running on Windows! Turns out this was a Quarto bug affecting Lua scripts that has been resolved in pre-release v1.5.25. |
This partly reverts commit 7ba1ac7.
Major refactor that drastically simplifies Sverto's operation. No more big document transforms to try and modify OJS code; we just inject the Svelte module into OJS using vanilla JS!
Things I'd like to polish up before release:
normalize()
to avoid duplicate Svelte compilations