mahnunchik / gulp-responsive

gulp-responsive generates images at different sizes
https://npmjs.com/gulp-responsive
MIT License
502 stars 62 forks source link

Avoid renaming extname in case of jpg or jpe #116

Closed SDaron closed 4 years ago

SDaron commented 5 years ago

This automatic rename for .jpg and jpe in .jpeg is problematic because it's hardcoded and sometimes you don't want it (as in my case, when using this package in combination with metalsmith). As the package propose an option to rename files and extension, this is not required. Could you consider merging this PR? If you prefer, another option could be to add some config var to disable this behaviour.

StarpTech commented 4 years ago

Fixed in https://github.com/mahnunchik/gulp-responsive/pull/129