Hi All - I’ve just converted over to use scss, and I performed “ionic setup sass”, and then with ionic serve it will compile the first time I load (it’s failing because of some bugs) but once I save my fixes it won’t automatically reload. Is there something I could be missing?
My serve says:
So, I’ve found that once I got all the things preventing compilation in my scss code fixed then the live reload works just fine. But once I break it again I have to re-start ionic serve. Anyone else have that issue?