phonegap / node-phonegap-build

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

Delay Creation of App #5

Closed mwbrooks closed 11 years ago

mwbrooks commented 11 years ago

Delay the creation of an app on PhoneGap Build until the first build request.

I want to do this because the uploading and compiling are slow steps. When you first generate an application, it is simply the Hello World app, which you are likely going to throw away.

mwbrooks commented 11 years ago

An application is not created on PhoneGap/Build until the first build command. Additionally, the CLI no longer prompts for the app name and instead uses the name defined in the config.xml