If an application is deployed using phonegap and it contains a link to an external script, does it embed that script in the application, causing a need to deploy an update to the app to update the linked script?
for example, I deploy a phone gap app with a script tag like this:
<script type="text/javascript" src="http://path-to-some-site.com/mobile-connect.js"></script>
Would I need to deploy an update to the app if I change 'mobile-connect.js'? Or does it link out every time the app is run?