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

fix build hang #56

Merged
merged 1 commit into from
Apr 22, 2015
Merged

fix build hang #56

merged 1 commit into from
Apr 22, 2015

Conversation

lukescott
Copy link
Contributor

From what I could tell node.stop() was never called. I fixed that, and added some active() methods for a test I added to use to determine if node was still active or not.

Also had to rework the test/build.js to be similar to test/scenarios.js as there were some race conditions with the tests in that file.

Hopefully this hasn't broken anything else, but all the tests pass.

Related to gobblejs/gobble-cli/pull/11 and gobblejs/gobble-cli/issues/12.

@@ -39,7 +39,8 @@ export default function ( node, options ) {
.then(
inputdir => copydir( inputdir ).to( dest ),
err => { throw err; }
);
)
.then(() => node.stop());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d'oh... I added the start, but didn't think to stop it. 👍

Rich-Harris added a commit that referenced this pull request Apr 22, 2015
@Rich-Harris Rich-Harris merged commit c2d9316 into gobblejs:master Apr 22, 2015
@Rich-Harris
Copy link
Contributor

This might also be fixed by the solution to #50, but since that's a 'might' and this is a 'does', in it goes! Thanks @lukescott

@Rich-Harris
Copy link
Contributor

Released gobble 0.9.1 alongside 0.4.0. Should be good now

@lukescott
Copy link
Contributor Author

Awesome, just updated my project and it works! 24 line build file (10 of it banner setting), so cool! Thanks guys.

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