/templates/*.jade').pipe(jade()).pipe(minify()).pipe(gulp.dest('build/minified_templates')); glob请参考node-glob
请查看node-glob和minimatch文档以获取更多信息。
最终通过node-glob指出哪些文件是你想要检测的。 相对的glob被认为是相对于process.cwd()。