How do other devs test mobile spec locally?

Specifically, how do you set up your repo to test with your working
cordova.js version, in a way that you can make changes to mobile-spec
tests, push local changes merge changes coming from remote.

I'm always overriding/clearing/overriding the default cordova.js file in
order to test/merge/push etc.

Proposal:
I change the current cordova.js file to: If a local cordova.PLATFORM.js
file exists, load that.  Otherwise, load cordova-VERSION.js the way we do
now.

Then, all you have to do is create a local symlink to your cordova.js and
never add that file to your git commits.

Or, do others already have a good solution?

-Michal

Reply via email to