When we make js changes, lots of users don't get them for awhile which can lead to a sense of the site being broken for some. We need to version static files so the browser doesn't cache between deployments. Right now we are doing no processing/magnification/compilation etc which is okay for the moment.
question is, what is the easiest off-the-shelf thingy that gives us this ability
When we make js changes, lots of users don't get them for awhile which can lead to a sense of the site being broken for some. We need to version static files so the browser doesn't cache between deployments. Right now we are doing no processing/magnification/compilation etc which is okay for the moment.
question is, what is the easiest off-the-shelf thingy that gives us this ability