2
votes
1answer
171 views

Fingerprinting Assets in a Maven/JSP/RequireJS Webapp?

I have a simple Maven webapp that uses a single JSP and RequireJS to serve up a single-page Javascript-heavy app. I've been looking around for something that I can use to fingerprint assets during the ...
3
votes
7answers
279 views

Why does Firefox sometimes cache my CSS & Javascript code, even though it has changed?

On my product site, Firefox sometimes "doesnt detect" changes in my CSS & Javascript code. Rather it loads the old versions, so it seems that I need to clear the cache. In a situation like this, ...
3
votes
1answer
356 views

making HTML5 AssetLoader, do browsers always cache images?

I am building an asset loader for a simple Object-Oriented game engine in HTML5. Right now I know of two ways to make the asset loader (summarized below) and I prefer the second approach. My question ...
1
vote
0answers
186 views

JMonkey 3 Asset Cache

I'm in the process of learning JMonkey for the purpose of building a framework on top of it. How do I manage the asset cache? Is there any way to clear it? Is there any way to delete a specific ...