• W
    Make the API for compression consistent between JS and CSS. By default, users... · 1844572f
    wycats 提交于
    Make the API for compression consistent between JS and CSS. By default, users just need to say whether they want compression or not, and a default will be chosen by a Railtie. In the case of CSS, this default is already chosen by the sass-rails gem.
    
    Users can still explicitly choose a compressor in their application.rb if they have a preference, but will usually want to let plugins choose defaults in their Railties.
    1844572f
railtie.rb 2.7 KB