Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit d719f75

Browse files
authored
Merge pull request #665 from chriscoffee/gulp-old-images
Images not resolving in early static events.
2 parents 83b7166 + 90fe8de commit d719f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/tasks/copy-static-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gulp.task('copy-other-images', function() {
2222
})
2323

2424
gulp.task('copy-old-images', function () {
25-
return gulp.src(['public/events/2015*/**/', 'public/events/**/2016*/**/', '!**/*.html'])
25+
return gulp.src(['public/events/2015*/**/', 'public/events/2016*/**/*', '!**/*.html'])
2626
.pipe(gulp.dest('dist/events'));
2727
});
2828

0 commit comments

Comments
 (0)