Turn off autoreload

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 :smile:

3 Likes

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

1 Like

Hi, how are you? :slightly_smiling_face:

There is a way to disable only the sass auto-update?

Thanks in advance.