mjmlio / gulp-mjml

Add Gulp to your MJML workflow!
MIT License
161 stars 37 forks source link

Choose Output File Extension #48

Closed sinklair closed 4 years ago

sinklair commented 4 years ago

Would be super helpful if there was an option to choose an output file extension other than html. I am creating handlebars files from mjml and VSCode treats them differently when the file extension is html instead of hbs

iRyusa commented 4 years ago

Relevant part of the code https://github.com/mjmlio/gulp-mjml/blob/master/src/index.js#L50 feel free to open a PR about this