generator-ionic-gulp icon indicating copy to clipboard operation
generator-ionic-gulp copied to clipboard

manage livereload

Open fdjean opened this issue 10 years ago • 4 comments

add option to debug with livereload http://blog.ionic.io/live-reload-all-things-ionic-cli/

fdjean avatar Sep 08 '15 11:09 fdjean

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?

tmaximini avatar Sep 09 '15 13:09 tmaximini

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

fdjean avatar Sep 09 '15 16:09 fdjean

+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.

tohagan avatar Jan 03 '16 05:01 tohagan

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.

tmaximini avatar Mar 14 '16 07:03 tmaximini