Update docs/plugins.rst

Change yuicompressor to yui_js and yui_css
This commit is contained in:
Roman Skvazh 2012-12-06 21:15:25 +04:00
commit 694f318614

View file

@ -130,9 +130,9 @@ CSS and JS files. The module must first be installed::
The Webassets module allows you to perform a number of useful asset management
functions, including:
* CSS minifier (``cssmin``, ``yuicompressor``, ...)
* CSS minifier (``cssmin``, ``yui_css``, ...)
* CSS compiler (``less``, ``sass``, ...)
* JS minifier (``uglifyjs``, ``yuicompressor``, ``closure``, ...)
* JS minifier (``uglifyjs``, ``yui_js``, ``closure``, ...)
Others filters include gzip compression, integration of images in CSS via data
URIs, and more. Webassets can also append a version identifier to your asset