Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure/success conditions not receiving stdio #29

Closed
tonylukasavage opened this issue Nov 20, 2014 · 1 comment
Closed

Failure/success conditions not receiving stdio #29

tonylukasavage opened this issue Nov 20, 2014 · 1 comment
Labels

Comments

@tonylukasavage
Copy link
Owner

≫ grunt
Running "clean:src" (clean) task
>> 1 path cleaned.

Running "jshint:src" (jshint) task
>> 2 files lint free.

Running "browserify:app" (browserify) task

Running "finalize" task

Running "ti_run:app" (ti_run) task
undefined
titanium create --name app --id grunttitanium.app --platforms android,blackberry,ios,ipad,iphone,mobileweb --workspace-dir /Users/tlukasavage/development/ti-fs/tmp --force --quiet --no-banner --no-progress-bars --no-prompt
>> titanium create complete.
function (data) { return data.toString().indexOf(srcSuccess) !== -1; }
titanium build --log-level info --platform ios --project-dir /Users/tlukasavage/development/ti-fs/tmp/app --no-banner --no-progress-bars --no-prompt
Fatal error: Cannot call method 'on' of null
@tonylukasavage
Copy link
Owner Author

fixed in f09e193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant