From d5acf61abce5c0aed9e62f4dfcac45c3097ce186 Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Fri, 18 Apr 2014 10:35:56 -0400 Subject: :uglify -> :uglifier The name of the gem is `uglifier` and all other references use `uglifier`, not `uglify`. --- guides/source/asset_pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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 -- cgit v1.2.3