fix(gulp): e2e.watch works with non localhost interface

This commit is contained in:
Manu Mtz.-Almeida
2016-10-24 16:58:31 +02:00
parent ab93f3fc8f
commit 950e6634e1

View File

@ -48,7 +48,7 @@
'@angular/http': '/node_modules/@angular/http/bundles/http.umd.js',
'@angular/platform-browser': '/node_modules/@angular/platform-browser/bundles/platform-browser.umd.js',
'@angular/platform-browser-dynamic': '/node_modules/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
'ionic-angular': 'http://localhost:' + port,
'ionic-angular': location.protocol + '//' + location.host,
'rxjs': '/node_modules/rxjs'
},
packages: {