browserlink.vim icon indicating copy to clipboard operation
browserlink.vim copied to clipboard

Fixes #39 (Node server automatically shutdown)

Open alx741 opened this issue 10 years ago • 4 comments

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

alx741 avatar Oct 12 '15 16:10 alx741

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

alx741 avatar Oct 12 '15 16:10 alx741

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

jaxbot avatar Oct 17 '15 22:10 jaxbot

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.

alx741 avatar Oct 18 '15 20:10 alx741

Looks good, thank you! :+1:

jaxbot avatar Oct 18 '15 20:10 jaxbot