Livereload not working with "ionic serve" (Ubuntu 16.04)

Is there some kind of setup required for Ubuntu 16.04 to get livereload to work?

livereload with the android simulator appears to work ok.

1 Like

Is ionic serve --livereload not work?

No, it does not. I also used the --debug option and nothing shows up. Just stays at:

[INFO] Development server running!
       Local: http://localhost:8100
       External: http://10.0.0.94:8100
       
[11:13:11]  lint finished in 1.92 s 

Try to run with ionic serve --livereload because –livereload auto-refresh working when saving files.

As I said before, that did not do anything for me.