Hi,
I have following code in app.json:
Code:
"js": [
{
"path": "app.js",
"bundle": true,
"update": "delta"
}
],
and in cache.manifest:
Code:
# d5db6d2b81a9dda1c37d6f6ce071f8892396f0fe
app.js
which changes if I update the file.
After the file has been stored in localStorage it doesn't update although a hash with new delta in cache.manifest changes. In the result a new version of my app doesn't show up in the browser (Chrome).
The app was build with sencha tools with command: sencha app build production
Do I miss something?
Thanks in advance for help.