我想从gulp 运行一个shell 命令,使用 gulp-shell .我看到gulpfile 使用了以下习语。 这是从gulp 任务运行命令的惯用方法吗? var cmd = 'ls'; gulp.src('', ...
確定! 回上一頁