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.
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?
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?