Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

236
Views
How can I show progress bar when my GULP stream is processing multiple files at once?

I'm trying to work with this package here.

In my case, I want to show the progress bar while processing an indefinite number of files in the gulpfile. Like this:

gulp.task('styles', () => {
    return gulp.src([
            './dev/css/**/*.css',
            './dev/scss/**/*.scss',
        ])
        .pipe(sourcemaps.init())
        .pipe(debug(debugVars))
        .pipe(sass().on('error', sass.logError))
        .pipe(concat('styles.min.css'))
        .pipe(sourcemaps.write('.'))
        .pipe(gulp.dest('./public/deploy/css'))
})

How would I pass the files into progressStream for correct file size calculation and progress percentage?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!