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

Add cache busting of dashboard's custom script #10

Open
grayside opened this issue Jan 18, 2018 · 0 comments
Open

Add cache busting of dashboard's custom script #10

grayside opened this issue Jan 18, 2018 · 0 comments

Comments

@grayside
Copy link
Contributor

grayside commented Jan 18, 2018

The build.js file referenced by the main HTML markup of the dashboard contains all the content and custom styling for the dashboard as a Vue.js app. For lack of cache busting, when there are updates to the dashboard it requires extra cache clearing on the part of viewers.

Add some element of cache busting (querystring or otherwise) so new releases more smoothly deliver changes to users.

Since this is only a single file we'd prefer to minimize tooling additions to make this happen. (We do have webpack)

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

1 participant