Email-builder / grunt-email-builder

Build Emails from HTML / CSS code in grunt
Other
94 stars 14 forks source link

Converting '&' to '&' #34

Closed jsakas closed 9 years ago

jsakas commented 9 years ago

Seems to be making this conversion even with encodeSpecialChars: false

        emailBuilder: {
            inline: {
                files: [{
                    expand: true,
                    src: ['build/*.html'],
                    dest: '',
                }],
                options: {
                    encodeSpecialChars: false,
                }
            }
        },
jsakas commented 9 years ago

Sorry, actually this seems to be a problem with juice. Open issue going on here: https://github.com/andrewrk/juice/issues/17