Sweet - nice work, Gord. I think this will make the repo a lot cleaner and less confusing. I know I've had some headaches by accidentally referencing the wrong js file.
On 1 November 2012 12:07, Gord Tanner <[email protected]> wrote: > Problem: > > - currently BlackBerry has 3 different javascript files: > -- cordova.blackberry.js > -- cordova.playbook.js > -- cordova.qnx.js > > This leads to some awkward buildtime magic and makes blackberry building in > cordova.js as well as during project creation / building special. > > Solution: > > Include all javascript into one file (cordova.blackberry.js) for each > subplatform and switch the loading at runtime for blackberry. > > Pull Request here: > > https://github.com/apache/incubator-cordova-js/pull/41 > > once this is in I will quickly merge in changes to cordova-blackberry that > clean up the hackery to support 3 different javascript files > -- Timothy Kim
