mjmlio / gulp-mjml

Add Gulp to your MJML workflow!
MIT License
162 stars 38 forks source link

Support the MJML file contents being streamed in #72

Open codedemonuk opened 2 years ago

codedemonuk commented 2 years ago

The plug-in is great but it only supports the MJML file already being present on disc so they they can be processed.

This means that if I have a gulp pipeline where the MJML file contents have been streamed in then it will not support that.

Would it be possible to add support for reading the MJML contents from the stream? I am happy to open a PR if this is something this project would be willing to support.