mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Fix sprites not being created
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ const manifest = cb => {
|
||||
|
||||
const sprites = () => Promise.resolve() // del(['tools/output/images/*'])
|
||||
.then(() => runAsync('node', ['src/scripts/tools/create-sprites.js']))
|
||||
.then(() => gulp.src('tools/output/images/*')
|
||||
.then(() => gulp.src('tools/output/images/*', { encoding: false })
|
||||
.pipe(gulpif(!argv.fast, imagemin()))
|
||||
.pipe(gulp.dest('assets/images')));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user