@jfschaff wrote:
When I release a new version of an Ember app: even when built with
ember build --environment=production
I get the old version of the app loaded by the browser.I think it’s because the index page itself is cached, and the old JS scripts as well. Therefore I would like to force the index page to never be cached. Since this page is very light I don’t think that would be an issue (an ember app is really in the JS code).
Posts: 3
Participants: 2