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
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
I'm trying to use this to report errors from grunt-sass, grunt-postcss, and grunt-webpack. It works for all but grunt-webpack.
I dug into the source code and suspect that it doesn't work because grunt webpack prints the output like this when you have failOnError set to false:
(Setting failOnError to true will cause the grunt process to exit completely which I don't want.)
I dug into the grunt-notify code to debug this, but couldn't find the right place to stick a console.log statement so that it prints the message that comes in.
Any tips? I'm happy to fork and submit a PR.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to use this to report errors from
grunt-sass
,grunt-postcss
, andgrunt-webpack
. It works for all butgrunt-webpack
.I dug into the source code and suspect that it doesn't work because
grunt webpack
prints the output like this when you havefailOnError
set tofalse
:(Setting
failOnError
totrue
will cause the grunt process to exit completely which I don't want.)I dug into the
grunt-notify
code to debug this, but couldn't find the right place to stick aconsole.log
statement so that it prints the message that comes in.Any tips? I'm happy to fork and submit a PR.
The text was updated successfully, but these errors were encountered: