phonegap / node-phonegap-build

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

Compress from www dir to fix build #30

Closed dokterbob closed 11 years ago

dokterbob commented 11 years ago

Before the full local path was contained in the ZIP-file and uploaded as such to PhoneGap Build. Due to a recent change in their machinery, their build script will not traverse the whole directory tree anymore but expects to find index.html in a top-level www directory or in the root of the ZIP-file.

Reference: http://community.phonegap.com/nitobi/topics/error_no_index_html_found-xcvob

mwbrooks commented 11 years ago

Hey @dokterbob

Thanks for the catching and patching this new issue!

There is one formatting change that I'd like to see corrected - I've left a [comment in your changed code}(https://github.com/mwbrooks/phonegap-build-cli/pull/30/files).

Once that's fixed up, I'll merge this and release an npm update!

Thanks man.

dokterbob commented 11 years ago

Variable name corrected, should be ready for merge now.

mwbrooks commented 11 years ago

Thanks @dokterbob

I've added you as a contributor (8fa56f50f4728b850109ea4e022a8aefcbd4f211) and published 0.5.1 to npm.