rmrevin / yii2-minify-view

Yii2 View component with minification css & js
MIT License
191 stars 67 forks source link

Option to avoid minify <pre> at all #9

Closed eshchapov closed 9 years ago

eshchapov commented 9 years ago

I have site which use a lot of "pre" elements and i do new lines by myself. Your minify add one more new line at the end, cause you don't use PHP_EOL and just put "\n", so now i have 2 new lines instead of just 1.

rmrevin commented 9 years ago

This refers to the class HtmlCompressor?

rmrevin commented 9 years ago

Not sure what to do. Please send pull request.

eshchapov commented 9 years ago

Yeap, its for HtmlCompressor. Ok, i'll try to fix it by myself and send you pull request, as soon as possible.

rmrevin commented 9 years ago

We have released a fix in last version. Can check.