wasinger / html-pretty-min

PHP library for minifying and indenting HTML documents that works on the DOM tree
MIT License
21 stars 8 forks source link

Recommend to use this minifier to minify js and css. #2

Open shtse8 opened 7 years ago

shtse8 commented 7 years ago

I have tried many minifiers, and believe this is the best one to provide css and js minified. https://github.com/matthiasmullie/minify

tubalmartin commented 7 years ago

Have you tried the newer versions of https://packagist.org/packages/tubalmartin/cssmin? I know the lib you talk about and regarding CSS minification, it's pretty simple. It would not pass half of the tests cssmin passes. Just my 2 cents ;)

shtse8 commented 7 years ago

Good Recommendation. I am using it now. Seems everything is good. How about JS min?