mjmlio / gulp-mjml

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

strict mjml version #16

Closed fico7489 closed 7 years ago

fico7489 commented 7 years ago

Mjml 3.2 have problems with paths. Only files in current folder are working, this is working:

mjml order.blade.mjml -o order.blade.php

This is not working

mjml resources/order.blade.mjml -o resources/order.blade.php

order.blade.php is outputed in current folder, not in resources folder. Because of that generating from gulpfile.js is also not working...

ngarnier commented 7 years ago

Hi @fico7489, sorry for the trouble. We fixed the path issue with MJML v3.2.1.