Jeremy Peter

Results 17 comments of Jeremy Peter

All it would do is list all the available clients that a user can test against based on the url: https://yourcompany.litmus.com/emails/clients.xml. Then the user can pick and choose from the...

@scnroy I'll need to update this because they changed the way they handle their API submissions and no longer support new versions.

@simeydotme I believe this may have been solved with the latest release of email-builder-core: [see this comment](https://github.com/Email-builder/grunt-email-builder/issues/43#issuecomment-185909760) on how to use the `cheerio` options object. Let me know if this...

Same comment about not needing to add specific patch and minor version numbers https://github.com/Email-builder/gulp-email-builder/pull/10#issuecomment-444989622

Underneath we use https://github.com/hughsk/special-html. I think the best thing would be to convert the `&` back to their decoded form using something like [grunt-replace](https://www.npmjs.com/package/gulp-replace) and using the pattern: ``` javascript...

@falsyvalues This really isn't needed since we're using the caret range, `^2.0.0`, which will update users to v2.1.2 of email-builder-core