You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: