yui_compressor_fu
yui_compressor_fu copied to clipboard
Minify your js/css using the best compressor out there
h1. yui_compressor_fu
This plugin will minify your javascripts and stylesheets using YUI Compressor. It doesn't require any configuration at all. It will simply minify everything in javascript_include_tag and stylesheet_link_tag if your rails caching stuff is on.
h3. Installation
%> script/plugin install git://github.com/maxim/yui_compressor_fu.git
YUI Compressor is a jar file, hence needs java command to work.
h3. Usage
say "kumbaya my lord, kumbaya"
h3. Why?
I didn't like anything else. asset_packager makes me list all files, bundle_fu doesn't use yui compressor. I didn't find anything else decent. Thus, I decided to write something small, clean, and delicate, only to complement rails built-in caching and concatenation with some of the best compression out there.
h3. LICENSE
YUI Compressor is made by Yahoo! and is issued under BSD license. Look into LICENSE file in vendor directory for more info.
h4. Following is the MIT license for everything outside of vendor directory.
Copyright (c) 2009 Maxim Chernyak
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.