You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.