Is there a way how to turn off auto-reload?
And is there a way how to disable opening browser after running ‘ionic serve’?
Is there a way how to turn off auto-reload?
And is there a way how to disable opening browser after running ‘ionic serve’?
You can use ionic serve -b to disable the browser launching and ionic serve --nolivereload to turn off live reload. Or combine them to do both: ionic serve -b --nolivereload
Type ionic -h in the command line to see all the options 
2 posts were split to a new topic: ionic serve --nolivereload is not working
tried -d still reloads
looks like she said -b not -d
Hi, how are you? 
There is a way to disable only the sass auto-update?
Thanks in advance.