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
Hi I have an issue with the fail reporter. My use case is that I want jshint to make the task fail so the following pipes and tasks are not executed but I am also using it inside a watch and I don't want the watch to stop working on failure. I've managed to reach that behaviour for less files but it doesn't work with jshint.
In this case if the less() call fails, the following pipe (autoprefixer) is not executed but the watch task keeps working. I'm handling the error the same way as with the jshint task so I guess the errors are not triggered the same way by the less plugin and your plugin.
Hi I have an issue with the fail reporter. My use case is that I want jshint to make the task fail so the following pipes and tasks are not executed but I am also using it inside a watch and I don't want the watch to stop working on failure. I've managed to reach that behaviour for less files but it doesn't work with jshint.
So basically on failure the "js" task shouldn't be executed but the watch should keep working.
But this is the output I get:
The text was updated successfully, but these errors were encountered: