aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorBrad Dunbar <dunbarb2@gmail.com>2014-04-18 10:35:56 -0400
committerBrad Dunbar <dunbarb2@gmail.com>2014-04-18 10:35:56 -0400
commitd5acf61abce5c0aed9e62f4dfcac45c3097ce186 (patch)
tree685161a877f478c6a03d106db5b6fe1724fdac50 /guides/source
parent1aeb5e723648f63e49b91e5d660ccfc7dc4a0674 (diff)
downloadrails-d5acf61abce5c0aed9e62f4dfcac45c3097ce186.tar.gz
rails-d5acf61abce5c0aed9e62f4dfcac45c3097ce186.tar.bz2
rails-d5acf61abce5c0aed9e62f4dfcac45c3097ce186.zip
:uglify -> :uglifier
The name of the gem is `uglifier` and all other references use `uglifier`, not `uglify`.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/asset_pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index d3dc790500..659b4620c0 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -60,7 +60,7 @@ in `production.rb` - `config.assets.css_compressor` for your CSS and
```ruby
config.assets.css_compressor = :yui
-config.assets.js_compressor = :uglify
+config.assets.js_compressor = :uglifier
```
NOTE: The `sass-rails` gem is automatically used for CSS compression if included