Add versioning to static resources
Static resources that are likely to change from one repomaker release to another such as CSS and JavaScript files should add the current version to their URL to prevent a new version from using old cached resources.
So <script src="add.js">
becomes <script src="add.js?v=1.0">
for example.