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

Waiting for output streams to have finished before exiting grunt. #642

Closed
wants to merge 1 commit into from

Conversation

divdavem
Copy link
Contributor

When calling grunt and piping its output to some other application (this happens for example when calling it from Cygwin bash under Windows, or as part of a larger build process), the end of the output from Grunt is often lost, because Grunt is exiting before all the data has been sent.

This pull request adds some code to make sure all the output has been received by stdin and stdout before exiting.

You can check this for more information:
https://groups.google.com/forum/?fromgroups=#!topic/nodejs-dev/Tj_HNQbvtZs

@divdavem
Copy link
Contributor Author

This pull request fixes #510.

@codefo
Copy link

codefo commented Feb 8, 2013

+1
These changes are very necessary for me

@cowboy
Copy link
Member

cowboy commented Mar 12, 2013

At this point, I'm not going to merge changes this substantial into 0.3 stable. Please upgrade to grunt 0.4.x.

@cowboy cowboy closed this Mar 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants