Closed notasausage closed 8 years ago
@notasausage The new version of gulp-email-builder v2.0.0
shouldn't hang on Litmus tests now.
I wrote this plugin to only send test to Litmus. I wanted to leave it to the developer on how they'll want to process their HTML before handing it to gulp-litmus
.
I recently switched my gulp tasks from using gulp-email-builder to gulp-litmus, mostly because the former will hang on sending an updated test to Litmus. The problem I have with gulp-litmus is that it does not inline my CSS from a linked stylesheet in the head of my HTML, which gulp-email-builder does by default. Instead I have to also use gulp-inline-css before sending a test to Litmus.
Would it be possible to include this functionality in gulp-litmus to reduce steps? Or at least mention the need for inlining before sending a test to Litmus?