Mjml Utils Versions Save

The utility belt for MJML developers

v2.2.1

6 years ago
  • Only attempt to build a given filePath if it's actually a file (ignore directories)

2.2.0

6 years ago
  • The watch task now only attempts to compile files with the .mjml extension
  • The watch and build tasks will no longer crash when they encounter a template that they cannot build. This is particularly useful when using partial templates, which will not compile on their own, but can be included within another template by using the <mj-include> directive.
  • Updated dependencies: inquirer, mjml, nodemailer, yargs