remixz / run-js

A prototyping server that just works.
MIT License
188 stars 12 forks source link

Adds basic livereload capability. #1

Closed abacon closed 8 years ago

abacon commented 8 years ago

n.b. gaze does not coalesce events, so if you change a bunch of files at once, you end up notifying the clients once for each change.

remixz commented 8 years ago

This is super awesome!! :sparkles: I just have one note that I want to clear up that I left on the commit, but otherwise this is really good. Makes developing feel a lot better. Thank you!

remixz commented 8 years ago

Okey dokey! I merged this with https://github.com/remixz/run-js/commit/de9a4871cdb4cbac58024eb4b21f98fe49918a4f. :smile: I made a couple changes, such as adding the option to turn off the watch server, which I wanted mainly for the tests I've added. I made a couple clean ups here and there too.

Again, thanks a bunch! This is super awesome. I've added you as a contributor to this repo.

abacon commented 8 years ago

Phew! This is great. Glad that I could help. :) Maybe I'll nab another issue or two.