rhizomedotorg / classic.rhizome.org

Contemporary art and technology, online since 1996.
rhizome.org
GNU General Public License v3.0
18 stars 3 forks source link

Static File Cache Busting #20

Open protonpopsicle opened 10 years ago

protonpopsicle commented 10 years ago

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