One of the big advantages of having the files on the server is that I
can easily make fixes, and in fact I've been making about 10 fixes per
day.
What would be really cool would be if PhoneGap could look for each
file first on the phone and second on the net. Index.html would start
out on the server, and load foo.js from the phone. When I wanted to
change foo.js, I would just change the reference to foo2.js and let it
look for the new one on the server.
Is this possible?