generator-ionic
generator-ionic copied to clipboard
grunt run:android --livereload messes up with multiple networks
I'm having a problem using:
grunt run:android --livereload
when I have multiple interfaces set up (i.e. connected to VirtualBox and WiFi). Normally, a list pops up and the taskrunner asks you to select which interface you want to use by using the up and down keys. When grunt run:android --livereload is run, you don't have an opportunity to select the right interface because the grunt script keeps on going.
Anyway to address this?
I think this is actually an issue with ionic-cli
. Regardless, I've been able to fix it by binding to all interfaces with the --all
or -a
flags.