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

frontend: Enable vue filenameHashing #147

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

RaghavSood
Copy link
Contributor

Currently, recompiling and serving the frontend breaks when listmonk is behind a caching proxy, like Cloudflare.

Vue supports cache busting, which adds a digest hash of the file to the name of all js, css, and other frontend assets. This allows the latest versions to be served easily when the listmonk binary is updated.

This enables clean updates when listmonk is behind a caching proxy such as cloudflare
@RaghavSood RaghavSood changed the title frontend: Enable vue filenameHash frontend: Enable vue filenameHashing Jul 6, 2020
@knadh knadh merged commit 525a510 into knadh:master Jul 7, 2020
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

Successfully merging this pull request may close these issues.

2 participants