bmustiata / fast-live-reload

A live reload that works with all the possible browsers.
18 stars 5 forks source link

using `-p 9002` doesn't get reload page #14

Closed markknol closed 5 years ago

markknol commented 5 years ago

Issue:
If you use -p 9002 then the reloading doesn't work

Expected:
It should work with different ports

Description:
Seems like host = hostString + ':9001'; is hardcoded in the script, which fast-live-reload adds to the page.

I'm using version 2.8.0