During development, I'd like to Pixi Loader to always load latest spritesheet images and ignore cached files.
I can do this to other assets like JS files by adding Date.now() to the end of the URL. But for spritesheets Pixi Loader takes JSON and then automatically loads whatever image file in the JSON.
How can I do this?