Hi,
Im trying to use the grunt-phonegap-build(https://github.com/centralway/grunt-p...) to automate my app.zip upload and build.
So when i running this task i got the message:
Running "phonegap-build" task
Fatal error: Cannot read property 'statusCode' of undefined
But the first time that i runnuing it its works fine.
Follow my grunt task code:
'phonegap-build': {
options: {
archive: '/app.zip',
'appId': 'com.playlana',
'user': {
'email': 'my adobe email',
'password': 'my adobe password'
}
}
},
Thank you for your help!
Henry
Im trying to use the grunt-phonegap-build(https://github.com/centralway/grunt-p...) to automate my app.zip upload and build.
So when i running this task i got the message:
Running "phonegap-build" task
Fatal error: Cannot read property 'statusCode' of undefined
But the first time that i runnuing it its works fine.
Follow my grunt task code:
'phonegap-build': {
options: {
archive: '/app.zip',
'appId': 'com.playlana',
'user': {
'email': 'my adobe email',
'password': 'my adobe password'
}
}
},
Thank you for your help!
Henry

