citra-emu
/
citra-web
Archived
1
0
Fork 0

Fixing runtime errors with gulpfile.

This commit is contained in:
chris062689 2017-06-04 14:30:07 -04:00
parent cc9a2ca84b
commit 05125dc26c
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ gulp.task('images', ['hugo'], () => (
.pipe(gulp.dest('./')),
gulp.src(`${distPath}/images/banners/*`, {base: './'})
.pipe(jimp({ sizes: [{"width": 824, "height": 306 }] }))
.pipe(gulp.dest('./'))
.pipe(gulp.dest('./')),
gulp.src(`${distPath}/images/game/boxart/*`, {base: './'})
.pipe(jimp({ sizes: [{"width": 328, "height": 300 }] }))
.pipe(gulp.dest('./'))
.pipe(gulp.dest('./')),
gulp.src(`${distPath}/images/game/icons/*`, {base: './'})
.pipe(jimp({ sizes: [{"width": 48, "height": 48 }] }))
.pipe(gulp.dest('./'))