You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I think I'm seeing an issue with Gulp 4.0 after the dependency for undertaker was bumped from ^0.7.0 to ^0.11.0 a week ago. My tasks using lastRun aren't building, since
gulp.task('build:scripts',function(){console.log(gulp.lastRun('build:scripts'));// this outputs the timestamp on first run, not undefinedreturngulp.src('app/**/*.js',{since: gulp.lastRun('build:scripts')}).pipe(gulp.dest('dist/app'));});
outputs the timestamp even on first run, so no change is registered in the files.
Is this just me? Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I think I'm seeing an issue with Gulp 4.0 after the dependency for undertaker was bumped from ^0.7.0 to ^0.11.0 a week ago. My tasks using lastRun aren't building, since
outputs the timestamp even on first run, so no change is registered in the files.
Is this just me? Thank you.
The text was updated successfully, but these errors were encountered: