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
Extname is '.jpg' but when I execute it files are name .jpeg not .jpg
It seems that extreme is ignored.
The text was updated successfully, but these errors were encountered:
krisdante
changed the title
Wrong extension - exname ignored (jpeg instead of jpg)
Wrong extension - extname ignored (jpeg instead of jpg)
Dec 12, 2019
You can use gulp-rezzy together with gulp-webp (and gulp-imagemin) to achieve your goal. Pipe your assets to gulp-rezzy, then gulp-imagemin, then write the stream (your jpg images) to the disk, pipe them to gulp-webp and at the end write stream (your webp images) to the disk again.
This is my config:
Extname is '.jpg' but when I execute it files are name .jpeg not .jpg
It seems that extreme is ignored.
The text was updated successfully, but these errors were encountered: