Unanswered: Chrome loading cached Javascript despite clearing cache, delete/reinstall, new MAMP h
Unanswered: Chrome loading cached Javascript despite clearing cache, delete/reinstall, new MAMP h
I have tried numerous items to clear the Javascript cache for a Sencha Touch 2 app I am developing using MAMP on my Mac. I have deleted the Chrome cache, disabled/enabled and toggled 'Disable Cache' in Developer Tools numerous times. I have also tried setting up a new host in MAMP Pro to try and force a refresh as a different domain. Chrome refuses to clear the cache and is consistently showing old cached version of Javascript. I have also tried the following in my app.js for Sencha Touch 2 cache disable.
Ext.Loader.setConfig({ disableCaching: false});I am not sure what to do next.