You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Gitpod, all urls are exposed with HTTPS at https://<port>-<workspace-id>.ws-<region>.gitpod.io instead of http://localhost:<port>. gulp-webserver uses default connect-livereload plugin settings, thus does not allow us to set src option. This breaks livereload since the generated url cannot be reached.
With Gitpod, all urls are exposed with HTTPS at
https://<port>-<workspace-id>.ws-<region>.gitpod.io
instead ofhttp://localhost:<port>
.gulp-webserver
uses defaultconnect-livereload
plugin settings, thus does not allow us to setsrc
option. This breaks livereload since the generated url cannot be reached.A fix has been proposed by schickling/gulp-webserver#126.
Related #573
The text was updated successfully, but these errors were encountered: