Here's my problem:
When I change something in an external css file that's refered to in
my index.html, these changes aren't applied, even when I restart xCode
and build again. However, I am able to change the index.html just fine
and changes are applied instantly.
How do I tell xCode that I have changed that css file and that it has
to be reloaded? Or do I have to set that somewhere in phonegap?
Thanks in advance
I prefer to edit my files in Eclipse, so I've gotten in the rhythm of
Cmd-Shift-Enter, Cmd-Shift-K, Cmd-Enter in XCode (stop-clean-build) to
refresh the app on my phone.