I almost always use a watch task to create a dedicated dev console that simply monitors for file changes and reruns unit tests. That way I always have lint and unit test results on the screen while I'm developing.
On save, the task should:
Avoid any time-consuming activity. This should act like a realtime status monitor.
I almost always use a watch task to create a dedicated dev console that simply monitors for file changes and reruns unit tests. That way I always have lint and unit test results on the screen while I'm developing.
On save, the task should:
Avoid any time-consuming activity. This should act like a realtime status monitor.