parky128
3 Oct 2012, 8:17 AM
Hi,
I am trying to get a production build of my application running from my local web server (IIS) and am encountering the following in Chrome debugger:
Document was loaded from Application Cache with manifest http://pptouch.pinpointers.com/build/PPTouch/production/cache.appcache
Application Cache Checking event
Application Cache NoUpdate event
GET http://pptouch.pinpointers.com/build/PPTouch/production/PinpointersTouch/view/GMap.js?_dc=1349279647735 404 (Not Found) GMap.js:1
GET http://pptouch.pinpointers.com/build/PPTouch/production/PinpointersTouch/view/GMapContainer.js?_dc=1349279647739 404 (Not Found) GMapContainer.js:1
GET http://pptouch.pinpointers.com/build/PPTouch/production/MarkerManager.js?_dc=1349279647734 404 (Not Found) MarkerManager.js:1
Malformed delta content received for http://pptouch.pinpointers.com/build/PPTouch/production/app.js index.html:72
Firstly, Im confused why it's looking for specific js files in the locations that the 404 errors are coming from, these classes should all be in the app.js file? Or am I missing something here?
Secondly, there's the malformed delta content error, what could be causing that?
The package build runs fine for me by the way.
Thanks
I am trying to get a production build of my application running from my local web server (IIS) and am encountering the following in Chrome debugger:
Document was loaded from Application Cache with manifest http://pptouch.pinpointers.com/build/PPTouch/production/cache.appcache
Application Cache Checking event
Application Cache NoUpdate event
GET http://pptouch.pinpointers.com/build/PPTouch/production/PinpointersTouch/view/GMap.js?_dc=1349279647735 404 (Not Found) GMap.js:1
GET http://pptouch.pinpointers.com/build/PPTouch/production/PinpointersTouch/view/GMapContainer.js?_dc=1349279647739 404 (Not Found) GMapContainer.js:1
GET http://pptouch.pinpointers.com/build/PPTouch/production/MarkerManager.js?_dc=1349279647734 404 (Not Found) MarkerManager.js:1
Malformed delta content received for http://pptouch.pinpointers.com/build/PPTouch/production/app.js index.html:72
Firstly, Im confused why it's looking for specific js files in the locations that the 404 errors are coming from, these classes should all be in the app.js file? Or am I missing something here?
Secondly, there's the malformed delta content error, what could be causing that?
The package build runs fine for me by the way.
Thanks