nimoc / gulp-book

Gulp 入门指南
1.82k stars 364 forks source link

编译 Js 错误提示 #2

Closed nimoc closed 8 years ago

nimoc commented 9 years ago

增加错误提示建议

nimoc commented 9 years ago

使用 stream-combiner2 解决了

nimoc commented 9 years ago

重新打开此问题, stream-combiner2 可以在命令行报错,但是命令行不可以直接提醒。有时会忽略这个错误。在页面中的表现就是一直没有变化。(uglify压缩报错时不会将错误的js代码压缩到对应的 js 文件中)

nimoc commented 9 years ago

可以使用 https://github.com/mikaelbr/node-notifier 解决此问题。它可以在 node 控制消息窗口。

支持的系统:

nimoc commented 9 years ago

我应该在使用 gulp 构建一个项目章节加上 node-notifier 的使用方法