-
grunt-typescript-notify:用于发出grunt-typescript构建状态的通知
资源介绍
咕噜打字稿通知
grunt-typescript 的咆哮通知
当完成构建时发送 Growl 通知。
让你知道事情是否好 :check_mark_button: 还是不好 :cross_mark: 无需检查您的控制台(尤其适用于 grunt-typescript 的watch选项)。
有关受支持的类似 Growl 的通知应用程序的列表,请参阅 。
安装
$ npm install grunt-typescript-notify --save-dev
注: grunt-typescript-notify目前需要的预发布版本grunt-typescript到正常工作:
// package.json
{
"dependencies" : {
"grunt-typescript" : "git://github.com/Coridyn/grunt-typescript#feat/grunt-raise-success-event"
/