We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ece6f commit d420a6aCopy full SHA for d420a6a
README.md
@@ -205,7 +205,7 @@ const paths = {
205
}
206
207
function images() {
208
- return gulp.src(paths.images.src, {since: gulp.lastRun('images')})
+ return gulp.src(paths.images.src, {since: gulp.lastRun(images)})
209
.pipe(imagemin({optimizationLevel: 5}))
210
.pipe(gulp.dest(paths.images.dest));
211
0 commit comments