dudeonthehorse / kilogram

Email Development Framework
504 stars 94 forks source link

html minify #43

Closed dkanster closed 7 years ago

dkanster commented 7 years ago

When will you implement html minify technology?

dudeonthehorse commented 7 years ago

Просто раскомментируй запись


pipe(htmlmin({
            minifyCSS: true,
            collapseWhitespace: true,
            processConditionalComments: false,
            keepClosingSlash: true
        }))```