gulp-email-builder icon indicating copy to clipboard operation
gulp-email-builder copied to clipboard

Build Emails from HTML / CSS code in gulp

Results 5 gulp-email-builder issues
Sort by recently updated
recently updated
newest added

I love this repo! The gulp team recommends upgrading migrating away from gulp-util using the guidelines in the article below: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

On [`emailBuilder.js` line 70](https://github.com/Email-builder/gulp-email-builder/blob/master/lib/emailBuilder.js#L70) `options.relativePath` is set to the buffer's `base`, which the Gulp docs say is > Used for relative pathing. Typically where a glob starts. This means `EmailBuilder`...

Resolves Email-builder/email-builder-core#19 fully.

When juice options `preserveImportant` &`applyWidthAttributes` are both enabled and the CSS has `!important` set with a width property, `!important` gets placed inside the width attribute value. So a CSS declaration...

Most juice options don't seem to be working Specifically preserveMediaQueries and preserveFontFaces