提交 d5acf61a 编写于 作者: B Brad Dunbar

:uglify -> :uglifier

The name of the gem is `uglifier` and all other references
use `uglifier`, not `uglify`.
上级 1aeb5e72
...@@ -60,7 +60,7 @@ in `production.rb` - `config.assets.css_compressor` for your CSS and ...@@ -60,7 +60,7 @@ in `production.rb` - `config.assets.css_compressor` for your CSS and
```ruby ```ruby
config.assets.css_compressor = :yui 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 NOTE: The `sass-rails` gem is automatically used for CSS compression if included
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册