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

Implement fingerprinting on assets for more reliable deploys #1408

Open
dylancashman opened this issue Dec 20, 2021 · 1 comment
Open

Implement fingerprinting on assets for more reliable deploys #1408

dylancashman opened this issue Dec 20, 2021 · 1 comment

Comments

@dylancashman
Copy link
Collaborator

dylancashman commented Dec 20, 2021

We've run into issues in the past with caching, when we change out the code and it takes some time for the users to have their caches expire and pick up the new assets. The solution to this is probably to use Webpack fingerprinting.

This is especially a problem around the actual conference date when we are making many frequent updates. We also need to implement this on the virtual website: ieee-vgtc/vis-virtual-website#103

@Zarnosch
Copy link
Collaborator

We can use a flask extension for that: https://github.com/nickjj/flask-static-digest

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

No branches or pull requests

3 participants