From d027c806094b88a0062813c43c81a84ef9a30b5f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 2 Sep 2014 16:49:12 +0200 Subject: [PATCH 1/2] Added a note about the total deprecation of YUI --- cookbook/assetic/yuicompressor.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/cookbook/assetic/yuicompressor.rst b/cookbook/assetic/yuicompressor.rst index 708374fe693..331bd86a826 100644 --- a/cookbook/assetic/yuicompressor.rst +++ b/cookbook/assetic/yuicompressor.rst @@ -10,8 +10,13 @@ you can take advantage of this tool very easily. .. caution:: - The YUI Compressor is going through a `deprecation process`_. But don't - worry! See :doc:`/cookbook/assetic/uglifyjs` for an alternative. + The YUI Compressor is `no longer maintained by Yahoo`_ but by an independent + volunteer. Moreover, Yahoo has decided to `stop all new development on YUI`_ + and to move to other modern alternatives such as NodeJS. + + That's why you are **strongly advised** to avoid using YUI utilities unless + strictly necessary. Read :doc:`/cookbook/assetic/uglifyjs` for a modern and + up-to-date alternative. Download the YUI Compressor JAR ------------------------------- @@ -164,4 +169,5 @@ apply this filter when debug mode is off. .. _`YUI Compressor`: http://developer.yahoo.com/yui/compressor/ .. _`Download the JAR`: https://github.com/yui/yuicompressor/releases -.. _`deprecation process`: http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/ +.. _`no longer maintained by Yahoo`: http://www.yuiblog.com/blog/2013/01/24/yui-compressor-has-a-new-owner/ +.. _`stop all new development on YUI`: http://yahooeng.tumblr.com/post/96098168666/important-announcement-regarding-yui From f5021d5b738a44d14170b3ea9bd4611b2bcf4976 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 2 Sep 2014 17:01:15 +0200 Subject: [PATCH 2/2] Fixed the official name of Node.js --- cookbook/assetic/yuicompressor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/assetic/yuicompressor.rst b/cookbook/assetic/yuicompressor.rst index 331bd86a826..ee200b82e46 100644 --- a/cookbook/assetic/yuicompressor.rst +++ b/cookbook/assetic/yuicompressor.rst @@ -12,7 +12,7 @@ you can take advantage of this tool very easily. The YUI Compressor is `no longer maintained by Yahoo`_ but by an independent volunteer. Moreover, Yahoo has decided to `stop all new development on YUI`_ - and to move to other modern alternatives such as NodeJS. + and to move to other modern alternatives such as Node.js. That's why you are **strongly advised** to avoid using YUI utilities unless strictly necessary. Read :doc:`/cookbook/assetic/uglifyjs` for a modern and