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 Sep 16, 2019. It is now read-only.
Does gulp have an error notification in the same way that grunt does?
I mean previously when a css or js compilation error occurred, the terminal would get angry and bounce and display a red badge to notify you of a problem. Now it quietly proceeds and you won't know it unless you look.
The text was updated successfully, but these errors were encountered:
It would probably be best if we added gulp-notify for Sass & JS error handling. It will give you error notifications through your OS's notification system. I can add it in when I get some time.
@colin-marshall (sorry for the delay) Hey these new notifications are fantastic. On Mac OS X 10.11 they slide in on the top right as banners. Can't miss them now. Thanks.
Does gulp have an error notification in the same way that grunt does?
I mean previously when a css or js compilation error occurred, the terminal would get angry and bounce and display a red badge to notify you of a problem. Now it quietly proceeds and you won't know it unless you look.
The text was updated successfully, but these errors were encountered: