What compressor is the best for javascript and css minified ? I am using YUI compressor , now. Any other best than YUI compressor ?
|
closed as not constructive by Will♦ Nov 26 '12 at 13:59
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
For JavaScript you could check for your self via the CompressorRater. Another JavaScript compressor to note is the one that Google uses closure, checkout this article, which is not featured there. |
|||||||
|
|
I like Shrinksafe
For CSS you can use Minify |
|||
|
|
|
I'm using JSMin service. I don't know if it's better or worse then YUI Compressor but it works well. |
|||
|
try http://shrinker.ch . it uses yuicompresspor for css files and google closure for javascript + some kind of magic. |
|||
|
|