dylang / grunt-notify

Automatic Notifications when Grunt tasks fail.
https://npmjs.org/package/grunt-notify
MIT License
921 stars 73 forks source link

Double warnings with SCSS #122

Open dariusrosendahl opened 8 years ago

dariusrosendahl commented 8 years ago

2016-04-28 14_48_47-select grunt

We just used grunt.loadNpmTasks('grunt-notify'); to add automatic errors. This works great, but we first get an empty error and then the real one. This is really annoying if you don't have your terminal in your screen or if you don't use terminal at all. Also, the 2 errors sounds are also really annoying.

Do I need to do something special to avoid the empty error/warning?

dariusrosendahl commented 8 years ago

Only seems to happen when our grunt-contrib-watch is set to spawn: false.

Just found this issue as well: https://github.com/dylang/grunt-notify/issues/39