tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.42k stars 484 forks source link

how do I exit out of live-server from terminal? #182

Closed gnohj closed 7 years ago

gnohj commented 7 years ago

I've been using this for few weeks and its been great. But one annoying thing I found was that I have to manually exit out of the terminal to use the terminal- if that makes sense. Is there a command where I can disable live-server from running in terminal rather than manually closing it out every time?

pirtleshell commented 7 years ago

Use Ctrl+C or Ctrl+D. The first is a terminal's signal interrupter, the latter is the end-of-file signal; either should close down live-server for you. With that, you won't have to close out of the terminal to shutdown or restart the server.

gnohj commented 7 years ago

Thanks alot!

duganchen commented 6 years ago

I just tried Ctrl+D. It doesn't seem to work.