I\'m having a fun issue, I have LiveReload working in Chrome, so I know it\'s installed right, but I can\'t for the life of me get it going on Firefox 9.0.1. I activate the ico
I had this same problem with Chrome. But it was an error on my part I was accessing my file from:
file:///path/to/myFile.html
So I just setup a webserver to read my file from:
http://localhost/myFile.html
and then livereload connected.