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

Meteor output gets swallowed during build #178

Open
theworkflow opened this issue Apr 5, 2016 · 2 comments
Open

Meteor output gets swallowed during build #178

theworkflow opened this issue Apr 5, 2016 · 2 comments

Comments

@theworkflow
Copy link
Contributor

The output from running demeteorizer doesn't show when a Meteor project is ran through the build host. I see this output being very useful for debugging purposes and identifying where things break down. If the demeteorization process fails, it does output some useful logs, but they do not show during build.

@fiveisprime
Copy link
Collaborator

This is probably because demeteorizer spawns and binds the stdio rather than execing and outputting the result.

Maybe make an interactive option or something that binds stdio (the current behavior) and default to just an exec with the output written to stdout.

@jackboberg
Copy link
Contributor

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

No branches or pull requests

3 participants