I noticed some inconsistencies in the versioning of the plugin.
According to this repository the latest version is 0.1.7 but in the npm registry the latest published version is the version 1.1.0 - which one is the correct one? The version 1.1.0 (at least for me) did not work as shown in your video.
It seems like the when running cordova run browser -- --live-reload it does start the normal dev sever on port 8000 and the live reload server on port 8002 and 3001.
Hello,
I noticed some inconsistencies in the versioning of the plugin.
According to this repository the latest version is
0.1.7
but in the npm registry the latest published version is the version1.1.0
- which one is the correct one? The version1.1.0
(at least for me) did not work as shown in your video.It seems like the when running
cordova run browser -- --live-reload
it does start the normal dev sever on port8000
and the live reload server on port8002
and3001
.From the log:
In the end no browser is able to connect and thus live reloading does work...
Thanks in advance