> And how do I deal with that now? There are three ways:
- simlink www (and phonegap.js gets built/copied into your project on platform by platform basis) - git submodules (or if you prefer svn externals) - brute force copy/past of www into appropriate native directories using a bash script (example of such a project can be seen here: https://github.com/brianleroux/Cordova/tree/master/generate-template w/ scripts living in the bin directory) Like Simon said, we're hoping to unify the JS (as per the other email threads) sometime in the near future.
