.pipe(newer('./public/javascripts/**/*.js')) there's your problem, you need to specify a directory, not a glob. newer flows into the pipe ...
確定! 回上一頁