pipe(gulp.dest('styles')) .pipe(connect.reload()); }); gulp.task('watch', function () { gulp.watch('styles/*.less', ...
確定! 回上一頁