-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I’m getting the following error when I try to run my images gulp task
{ [Error: Command failed: bash node_modules/gulp-imageoptim/scripts/optimize.bash b7548d98bb65523ae6d042877f679cec --jpegmini
]
killed: false,
code: 1,
signal: null,
cmd: 'bash node_modules/gulp-imageoptim/scripts/optimize.bash b7548d98bb65523ae6d042877f679cec --jpegmini' }
My gulp task looks like this:
gulp.task('images', () => {
return gulp.src('dist/media/**/*')
.pipe($.imageoptim.optimize({
jpegmini: true
}))
.pipe(gulp.dest('shared/media'))
});Any thoughts on how I could debug the issue?
Metadata
Metadata
Assignees
Labels
No labels