How to create a browser cache save URL to a javascript or css file in SharePoint
Often it is necessary to ensure that updates to files on the server get populated to the client asap. Especially when it comes to dependencies to custom javascript of CSS files and server controls. SharePoint itself does this by adding a query string to some of its vital Javascript files. E.g.: /_layouts/1033/core.js?rev=PQia%2B0EyudqxiQyTfOSR%2Fw%3D%3D Whenever the core.js […]