ember-cli-inject-live-reload
ember-cli-inject-live-reload copied to clipboard
Fix Raw Domain Ports
When serving via a proxy like nginx (and without a port), location.port is an empty string. This means useCustomPort is currently set to true unintentionally. By checking that port is not an empty string this means that the proper 80/443 port is set on portless proxied requests