Actions
User story #14194
closedManage caching of technique editor resources (css/js) with Rudder version
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Effort required:
Name check:
Fix check:
Regression:
Description
Currently when you upgrade your Rudder, ncf could be out of date due to browser caching of web resources, since our js/css files are not cached.
One way to manage this is to add a parameter to url which would be set with the version of Rudder
ie:
instead of having:
<script src="/js/ncf.js"></script>
We should have:
<script src="/js/ncf.js?version=x.y.z"></script>
We should set version to dev on the source code, and only replace 'dev' by the version at build time when we know the valid version (could also be at tag time but would prevent to do this on nightlies ...)
Actions