Skip to content

Commit

Permalink
Enable compressors.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Jul 30, 2011
1 parent 68afca1 commit d36eac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Expand Up @@ -6,6 +6,8 @@
config.active_support.deprecation = :notify
config.serve_static_assets = $rubygems_config[:asset_cacher]
config.i18n.fallbacks = true
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :scss
end

require Rails.root.join("config", "secret") if Rails.root.join("config", "secret.rb").file?

0 comments on commit d36eac4

Please sign in to comment.