I am playing a bit with Play! 2.0.2.
My project is new and the only things I changed are the HTML in the views/ directory and the main.css file in the public/ directory.
The problem is that even when I make a modification to the CSS file, the application still responds with a 304 Not Modified. Ctrl+R and F5 don't fix the problem. The only way to really refresh the page is to go into the browser's settings and clear the cache. Then the CSS will update, but for the next request only.
Play! seems to consider every file the public/ directory as unchanged even when it's not the case.
Do you have any idea how to fix this?