livereloadx
livereloadx copied to clipboard
An implementation of the LiveReload 2.X server in Node.js
When using in static mode, the port that livereloadx is serving pages on isn't necessarily the same port that clients are using to retrieve it. Examples: liveloadx is used from...
Thanks a lot for livereloadx! Sometimes I find it does not load reliably. Here's an example, reproducible on my machine today: ``` $ pgrep -fl livereloadx $ lsof -i :8100...
As per [this issue](https://github.com/nitoyon/livereloadx/issues/30)
Thanks so much for the work that you have already done on this. I, however, would love to have LivereloadX read from a config file located in /Users/username/.livereloadx or something...
The link on http://nitoyon.github.io/livereloadx/, titled "How do I install and use the browser extensions? – LiveReload Help & Support" is pointing to http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-, the new link it should be pointing...
Occasionally LiveReloadX will crash - it always gives the same error message ``` events.js:72 throw er; // Unhandled 'error' event ^ Error: watch EPERM at errnoException (fs.js:1019:11) at FSEvent.FSWatcher._handle.onchange (fs.js:1037:26)...
Hello, are you accepting PRs for this project?
I am running livereloadx (latest version). It's watching a directory and I'm using the browser extension. Nothing is included in the exclude filter, however, in the terminal it's saying it's...
I'd like to watch multiple directories like this, but it fails: ``` $ livereloadx.cmd .\dev\js .\dev\css 2014-12-29 09:58:33 - error: Too much arguments ``` However, I do _not_ want to...
First of all, thanks a lot for providing this great tool! When running in proxy mode, if the upstream server is not running during a request livereloadx crashes: it prints...