Sorry guys if this is a simple question, which I'm hoping it is. The PhoneGap/Cordova documentation is pretty bad.
So with the directory structure:
/platforms/
/ios/
/android/
/plugins/
/www/
Is there anyway to make changes in the parent plugin directory and then have it apply those changes to the different platforms? I'm doing:
cordova prepare
This updates all the HTML from the parent www
directory, but my plugins don't seem to get updated.
Hopefully someone can chime in with and give me a "doh!" moment.