You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within some project I use Grunt for tasks like SASS compilation and so on. Basically it works like a charm, but as long as I am typing within the SASS files obviously sometimes an error occurs as I am not finished.
This is especially a problem because it happens when I am typing in the IDE. The issue was also asked on SO but no answers till now: https://stackoverflow.com/questions/57992153/grunt-watch-always-stops-watching-after-fatal-errors-how-to-make-it-retry-af
Within some project I use Grunt for tasks like SASS compilation and so on. Basically it works like a charm, but as long as I am typing within the SASS files obviously sometimes an error occurs as I am not finished.
The watch task of my Gruntfile is like this:
I start it with
grunt watch
in the cli.Sample error in Grunt log:
I always have to re-run the task if this happens because grunt stops watching. That means:
This is really slowing down.
Has anybody had a similar problem? How to make grunt retry automatically after an error as soon as a new file changes happens?
The text was updated successfully, but these errors were encountered: