dylang / grunt-notify

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

fixing use of path.resolve, issue #118, all tests pass #119

Closed rlamorea closed 8 years ago

rlamorea commented 8 years ago

https://github.com/dylang/grunt-notify/issues/118

rquadling commented 8 years ago

Should also fix #120

dylang commented 8 years ago

Thanks for doing this!

ba55ie commented 8 years ago

And should fix #116

vchinthakunta commented 6 years ago

@rlamorea @dylang @ba55ie Thanks for putting this up. I had the same issue, needed to update my toaster manually even though I am using grunt-notify: 0.4.5. Doesn't 0.4.5 expect to have changes from 0.4.3?