i was trying to use live reload on my ionic 2 application. so i found this command
ionic run browser --live-reload
is not working as expected
First off, should anyone need this answer, the command has been renamed in the later version to
ionic cordova run browser
Second, The --livereload flag is not supported when you run this command. this issue explains more