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

feat: replace packr and add basic cache headers #1784

Merged
merged 1 commit into from
Mar 2, 2024

Commits on Mar 1, 2024

  1. feat: replace packr and add basic cache headers

    Since packr have been deprecated in favor of go:embed for quite some
    time now I have replaced it with plain go:embed functionality which
    makes it more future proof.
    
    The only downside is that go:embed can use relativ paths only, that's
    why I have moved the web/dist folder into api/public.
    
    Besides that I have refactored the static asset handling which includes
    basic last modification and cache control headers to improve the cache
    cache behavior for static assets.
    tboerger committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    67954b9 View commit details
    Browse the repository at this point in the history