jaxbot / browserlink.vim

Live browser editing for Vim
MIT License
711 stars 38 forks source link

Fixes #39 (Node server automatically shutdown) #40

Open alx741 opened 9 years ago

alx741 commented 9 years ago

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

alx741 commented 9 years ago

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

jaxbot commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Looks good, thank you! :+1: