Expected behavior:
As a user running gulp watch
- save file with error
- error prints to console
- save file again with error removed
- less compiles
Behavior I am getting:
- save file with error
- error prints to console
- save file again with error removed
- nothing happens