aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/configuring.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-02 23:00:59 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-02 23:00:59 +0530
commiteeda8403fd222c1109618834e4fe31a45e6531ca (patch)
tree3938573377fdbcd0a956408f8bc8363adec1713a /railties/guides/source/configuring.textile
parent67790644372ad3a771810f1d6d99687d795789ea (diff)
parent44284a613b3efe2319db3f84090c0004505942c1 (diff)
downloadrails-eeda8403fd222c1109618834e4fe31a45e6531ca.tar.gz
rails-eeda8403fd222c1109618834e4fe31a45e6531ca.tar.bz2
rails-eeda8403fd222c1109618834e4fe31a45e6531ca.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/configuring.textile')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index 798f8e405e..050fcd823d 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -124,7 +124,7 @@ Rails 3.1, by default, is set up to use the +sprockets+ gem to manage assets wit
* +config.assets.compress+ a flag that enables the compression of compiled assets. It is explicitly set to true in +config/production.rb+.
-* +config.assets.css_compressor+ defines the CSS compressor to use. Only supported value at the moment is +:yui+, which uses the +yui-compressor+ gem.
+* +config.assets.css_compressor+ defines the CSS compressor to use. It is set by default by +sass-rails+. The unique alternative value at the moment is +:yui+, which uses the +yui-compressor+ gem.
* +config.assets.js_compressor+ defines the JavaScript compressor to use. Possible values are +:closure+, +:uglifier+ and +:yui+ which require the use of the +closure-compiler+, +uglifier+ or +yui-compressor+ gems respectively.