]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commit
Set maxLineLength for htmlmin to 78 char
authoralxscms <alexiscamus60@gmail.com>
Wed, 19 Oct 2016 07:58:05 +0000 (09:58 +0200)
committerTim Hartwick <tdhartwick2@gmail.com>
Wed, 19 Apr 2017 21:11:45 +0000 (14:11 -0700)
commitd83bd0d8d6028dfc21af2f505f4c64fb5e101065
tree09dd611e345cfc4d0094b9c71910f41ad91bc90e
parenteaf6828d9e91994c94db765372bd49fc8c08bf84
Set maxLineLength for htmlmin to 78 char

As stated here https://www.emailonacid.com/blog/article/email-development/line-length-in-html-email, setting max line length to 78 char prevents some email clients in some cases to truncate, or disastrously wrap lines which may cause problems in html rendering.
gulpfile.js