I am working with sencha touch 2 in MVC format. I have created a cache.manifest file to bring my app offline.
CACHE MANIFEST index.html app.js guide.css app/model/Contact.js app/model/Injury.js app/view/IncidentForm.js app/view/Home.js app/view/DivisionSelect.js app/view/InjuryResponse.js app/view/EmergencyContact.js app/controller/Core.js i/[email protected] i/[email protected] i/amcor-logo.png i/amcor-tb-logo2x.png i/arrow_right.png i/[email protected] i/home_icon.png i/[email protected] i/ir-icon2x.png i/[email protected] i/ir-toolbar-bg2x.png st2/builds/sencha-touch-all-compat.js st2/resources/css/sencha-touch.css NETWORK: * My issue is that the cache.manifest file does not seem to recognize any of my js files except for app.js. When I am working online it seems to cache properly but when I go offline the cache only returns index.html, app.js, and the sencha files. Can the cache.manifest file only have one .js file?