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
Respect liveReloadPort even if same as ember server port
This allows for serving at :4200, and enforcing that livereload exists
at :4200 even when loading the app at another port (e.g. :3000).
One use case is the ember-cli-deploy lightning strategy development
workflow:
- ember serve at :4200
- loading a non-Ember app at :3000 that reads index.html from redis
- when accessing at :3000, we want to specify that livereload is
actually at :4200
0 commit comments