Skip to content

Commit

Permalink
Typo in production.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Waldo committed Mar 14, 2012
1 parent 5894cc4 commit a63429e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -43,7 +43,7 @@
# config.action_controller.asset_host = "http://assets.example.com"

# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( admin.js, d3.v2.js )
config.assets.precompile += %w( admin.js d3.v2.js )
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :scss

Expand Down

0 comments on commit a63429e

Please sign in to comment.