manage livereload
add option to debug with livereload http://blog.ionic.io/live-reload-all-things-ionic-cli/
that's what is used currently https://github.com/tmaximini/generator-ionic-gulp/blob/master/app/templates/_gulpfile.js#L258
are you running in a specific problem with that?
I not use emulator, i need to test on real device with this command: ionic run android -l
right now, I do it like this:
I have make a simple projet copy with cordova plugins and this config.xml :
<content src="http://192.168.x.x:9000"/>
and I start development mode in current project : gulp -> http://192.168.x.x:9000
+1 Yes sorely missed.
While I like this kit very much this is probably it's biggest weakness. This really impacts my software development time and make sense to add given that Ionic support livereload on devices so well. I wrote an app to implement live reload on devices for Sencha Touch so I also understand why this is a non-trivial task.
currently not working with ionic myself anymore so it's hard to keep track of those changes in cli and tooling. If somebody has a better solution I am happy to incorporate it into the generator.