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

Fixes #39 (Node server automatically shutdown) #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alx741
Copy link

@alx741 alx741 commented Oct 12, 2015

Node server now sends every output to a tmp file, so it does not
automatically shutdown.

Node server now sends every output to a tmp file, so it does not
automatically shutdown.
@alx741
Copy link
Author

alx741 commented Oct 12, 2015

Now the first :w triggers the node server and works flawlessly; no need to start the server in a separate terminal anymore

@jaxbot
Copy link
Owner

jaxbot commented Oct 17, 2015

Ah, interesting. Never had this happen to me, but makes sense why it would. Would it be better to redirect into /dev/null, though? No sense in wasting IO operations on the debug output

@alx741
Copy link
Author

alx741 commented Oct 18, 2015

Yeah, i first thought node's output will be useful to keep, but i was using browserlink these days and that output is indeed a waste.

@jaxbot
Copy link
Owner

jaxbot commented Oct 18, 2015

Looks good, thank you! 👍

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.

None yet

2 participants