Hi there,
i am wondering if it is possible to only update the current app in the browser only on demand?
When I use “ionic serve” the app gets updated every time a change is saved, which is ok most of the times. However when running on Battery on a laptop I’d like to only do it manually as not to have the System work all the time in the background.
Any ideas on that one?
cheers!
EDIT: Well I should have looked at ionic help first …
–nolivereload does the trick …