mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Node.js version? #75

Open NV opened 13 years ago

NV commented 13 years ago

Maybe it's time to write a LiveReload command-line tool in Node.js? All ingredients are here:

benatkin commented 13 years ago

Setting up ruby 1.8 was no fun. I got an error and gave up. So I'd very much like a node.js command-line tool.

After I wrote the first paragraph I saw that there's a Guard version that appears not to require RubyCocoa so I think I'll use that. Is there something like Guard for node.js?

NV commented 13 years ago

Is there something like Guard for node.js?

All I know is afelix/mjoe. It only works on Linux. The documentation is in Russian, although I can translate it.

wailqill commented 12 years ago

https://github.com/josh/node-livereload

I haven't tried it though.

NV commented 12 years ago

https://github.com/josh/node-livereload/issues/1