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

Support Live Reload #53

Open
tusharmath opened this issue Jun 28, 2015 · 3 comments
Open

Support Live Reload #53

tusharmath opened this issue Jun 28, 2015 · 3 comments

Comments

@tusharmath
Copy link
Contributor

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

@Calvein
Copy link

Calvein commented Jun 28, 2015

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
Copy link
Contributor Author

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

@g8d3
Copy link

g8d3 commented Jul 11, 2015

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

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

No branches or pull requests

3 participants