phonegap / node-phonegap-build

PhoneGap Build node module to login, create, and build apps.
Apache License 2.0
25 stars 25 forks source link

Refactor Polling on Remote Create and Build #22

Open mwbrooks opened 11 years ago

mwbrooks commented 11 years ago

There is an overlapping function module.exports.waitForComplete in both tasks.

There is also some overlapping setup (zipping, request, cleanup) that can be generalized.