diff --git a/lib/ionic/serve.js b/lib/ionic/serve.js index 890c74438e..ad9f23df6a 100644 --- a/lib/ionic/serve.js +++ b/lib/ionic/serve.js @@ -593,7 +593,7 @@ IonicTask.prototype._goToHistory = function(goHistory) { IonicTask.prototype._postToLiveReload = function(files) { - request.post('http://localhost:' + this.liveReloadPort + '/changed', { + request.post('http://' + this.address + ':' + this.liveReloadPort + '/changed', { path: '/changed', method: 'POST', body: JSON.stringify({