Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
const wait = require('gulp-wait'); gulp.task('html', function() { return gulp.src(path.html) .pipe(gulp.dest(path.html)) /* wait */ .pipe(wait(200)) .pipe(connect.reload()); });