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

Make build build again? II: The Wrath of CLI #11

Merged
merged 3 commits into from
Apr 22, 2015
Merged

Conversation

evs-chris
Copy link
Contributor

This is the complement to gobblejs/gobble#49.

I wasn't getting any build output (code or log messages) and I tracked it back here to listening to the exported gobblefile node rather than the build task. I'm not 1000% sure that this is correct, particularly because it required a process.exit(0) in the completion handler where there was none before.

@lukescott
Copy link

@evs-chris I fixed the hang in gobble. If my PR is merged, you won't need the process.exit(0). Everything else is spot on from what I can tell.

Rich-Harris added a commit that referenced this pull request Apr 22, 2015
Make build build again? II: The Wrath of CLI
@Rich-Harris Rich-Harris merged commit 0580fee into master Apr 22, 2015
@Rich-Harris
Copy link
Contributor

Ah, this is great sleuthing, thanks both. I removed the process.exit and it looks like we're copacetic.

@Rich-Harris Rich-Harris deleted the fix-build branch April 22, 2015 18:54
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