Skip to content
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

[roq-generator] Directly copy static files when possible instead of fetching them #145

Open
ia3andy opened this issue Oct 8, 2024 · 1 comment
Assignees

Comments

@ia3andy
Copy link
Contributor

ia3andy commented Oct 8, 2024

Currently we request all files through http, maybe there is a way to directly copy them from the filesystem instead.

@mcruzdev you have worked a lot on static file serving, you might have idea on how to solve this?

@mcruzdev mcruzdev self-assigned this Oct 9, 2024
@mcruzdev
Copy link
Member

mcruzdev commented Oct 9, 2024

Hi @ia3andy, maybe using GeneratedStaticResourceBuildItem and reading after from classpath. We can to try it, WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants