Closed bsradcliffe closed 10 years ago
Ehy,
yes i was planning to add this feature too.
Do you have any info on grunt plugins which already integrate it?
https://github.com/yargalot/Email-Builder/blob/master/tasks/EmailBuilder.js
It looks like Litmus is a configurable option in this plugin. You could just have your compiled email serve as the input for an XML request post with your configured options. Seems to rely on an additional package, 'xmlbuilder' to handle the body compilation of the email.
Thanks for the hint. I will check it out! Il 31/dic/2013 18:21 "Ben Radcliffe" notifications@github.com ha scritto:
https://github.com/yargalot/Email-Builder/blob/master/tasks/EmailBuilder.js
It looks like Litmus is a configurable option in this plugin. You could just have your compiled email serve as the input for an XML request post with your configured options. Seems to rely on an additional package, 'xmlbuilder' to handle the body compilation of the email.
— Reply to this email directly or view it on GitHubhttps://github.com/dwightjack/grunt-email-boilerplate/issues/8#issuecomment-31402905 .
I've made our Litmus option from grunt-email-builder a separate grunt plugin fyi - grunt-litmus
Great news.
Thank you! Il 22/gen/2014 00:33 "jeremypeter" notifications@github.com ha scritto:
I've made our Litmus option from grunt-email-builder a separate grunt plugin fyi - grunt-litmus https://npmjs.org/package/grunt-litmus
— Reply to this email directly or view it on GitHubhttps://github.com/dwightjack/grunt-email-boilerplate/issues/8#issuecomment-32976837 .
This one is just nice to have. 'grunt-email-builder' implements it for those wanting to fire their emails off to litmus.com for cross-client testing. If it could be integrated here, that'd be like putting the cherry on top.