]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commit
Set maxLineLength option to 800 for htmlmin
authoralxscms <alexiscamus60@gmail.com>
Thu, 4 Aug 2016 14:23:47 +0000 (16:23 +0200)
committerTim Hartwick <tdhartwick2@gmail.com>
Wed, 19 Apr 2017 21:13:36 +0000 (14:13 -0700)
commit5afb093aa880a61c98b7425d62fd8add203b5596
treeb9dd26260362e4163844749a5a9e4525bed0fc1a
parentd83bd0d8d6028dfc21af2f505f4c64fb5e101065
Set maxLineLength option to 800 for htmlmin

Gmail automatically adds linebreaks if lines are too long and doesn't care about code being split by newlines at invalid HTML split-points. This property prevents this to happen.
gulpfile.js