tj / serve

Simple command-line file / directory server built with connect - supports stylus, jade, etc
563 stars 70 forks source link

Support Live Reload #53

Open tusharmath opened 9 years ago

tusharmath commented 9 years ago

Is there a way to support watching and reloading the page on change?

Calvein commented 9 years ago

I'm not selling my thing but I've forked serve a while ago and added some pull requests like live reload and coffee script support https://github.com/Calvein/serveur

tusharmath commented 9 years ago

@Calvein looks awesome. But there is no one server that solves all the problems :(

g8d3 commented 9 years ago

I am not sure if this is helpful.

I am using guard livereload on Ubuntu:

  1. Install gem and generate Guardfile
  2. Add extensions you want the browser to reload when there is a change in files with that extensions
  3. Run guard in the folder
  4. Run the server too
  5. Install LiveReload for Chrome.
  6. Click on the extension icon