// gulp.watch() gulp.watch('js/**/*.js', function(event) { console.log('File ' + event.path + ' was ' + event.type + ', running tasks...'); }); // gulp.watch().
確定! 回上一頁