Open FabioFleitas opened 7 years ago
Bumping this up in case there is a solution
const gulp = require('gulp');
const mjml = require('gulp-mjml');
//MJML Engine
const mjml2html = require('mjml');
gulp.pipe(mjml(mjml2html, { validationLevel: 'strict' }))
You can pass it to the Mjml-Engine in gulp
From @iRyusa's comment here it seems like you guys setup MJML validation. Could we use that with
gulp-mjml
?