CreateJS / PreloadJS

PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not.
http://createjs.com/
MIT License
2.88k stars 761 forks source link

Clear cache #204

Open rafelsanso opened 8 years ago

rafelsanso commented 8 years ago

I have a manifest with some javascript and CSS assets. If I make some changes in this files, the loader doesn't update it, because they are laded from cache. It's possible to clean the cache adding a tag version after the asset name?

lannymcnie commented 8 years ago

A cache-buster / versioning variable would be super handy.