I followed the setup steps on the ionic homepage found here:
Everything is working and I fired up the app with ionic serve
command.
Now when I make changes to the app.js file or a css file in the www directory, I see that the watcher catches this and reloads the app to reflect this on my browser. This process, however seems to take a long time for a developer to wait at every save (~5-10s).
Is there something I can do to make the reloader faster? If not, what workflow is optimal to most quickly see my changes (just open the index.html file in browser with a watch on scss?)?