You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrote a task to optimize images using gulp-imagemin and move compressed files to a destination folder.
What actually happened?
Files did not compress and moved files could not be opened. I can see that it also happens when fonts are moved using gulp.src/gulp.dest, resulting files can't be opened.
Everything works correctly if I roll back to version 4.0.2.
What were you expecting to happen?
Wrote a task to optimize images using gulp-imagemin and move compressed files to a destination folder.
What actually happened?
Files did not compress and moved files could not be opened. I can see that it also happens when fonts are moved using gulp.src/gulp.dest, resulting files can't be opened.
Everything works correctly if I roll back to version 4.0.2.
Please give us a sample of your gulpfile
Here's a link to my gulpfile: https://github.com/marcelotena/gulp-frontend-starter/blob/main/gulpfile.babel.js
-->
Terminal output / screenshots
No issues are displayed in the terminal.
Please provide the following information:
node -v
): 21.7.3npm -v
): 10.5.0gulp -v
): 5.0.0The text was updated successfully, but these errors were encountered: