nimoc / gulp-book

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

补全 gulp-watch-path 的参数 #17

Closed nimoc closed 9 years ago

nimoc commented 9 years ago

为了获取更准确的 distPath

var paths = watchPath(event, 'src/', 'dist/')
// 改为
var paths = watchPath(event, 'src/sass/', 'dist/css/')