+1 vote
in JavaScript by
Automatic Failure Notifications in Grunt.JS

1 Answer

0 votes
by
Automatic Failure Notifications
Automatic Failure Notifications

grunt-notify task helps throwing automatic desktop notifications for Grunt errors and warnings. This could also be used to throw useful notifications upon completion of some activity.

Install the notify plug-in could be achieved through below means

$ npm install grunt-notify --save-dev

Related questions

+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
...