searchturbine / phpwee-php-minifier

Open-source (BSD) PHP inline minifier functions for HTML, XHTML, HTML5, CSS 1-3 and Javascript. http://searchturbine.com/php/phpwee
Other
79 stars 46 forks source link

Conflict with WordPress Customizer Generated CSS #4

Open PixemWeb opened 9 years ago

PixemWeb commented 9 years ago

This works great and is one of the best minification implementations I've seen. I did notice that there is a conflict with the WordPress Customizer and the generated inline styles. I tried to use the data-no-min attribute but for some reason it didn't work. (I probably didn't do it right) I got around the issue by going into the HtmlMin.php code and turning off the min for css by setting it to false.

Otherwise it's a great program, thanks for putting this together.