Closed
Description
Referring to this cookbook article: How to Minify JavaScripts and Stylesheets with YUI Compressor
YUI recently announced on their blog that YUI Compressor will soon be going through a deprecation phase and the YUI team will be switching to using custom-wrapped versions of UglifyJS and CSSMin, called yuglify and ycssmin respectively.
So now what tools should we advocate readers to use for minification? Do we follow their lead and tailor to existing Assetic filters UglifyJSFilter and CSSMinFilter? Or even wrap their custom versions?
Once decided we can adapt the existing cookbook article and probably rename it to minify.rst
to not tie it to a product.