Skip to content

Commit

Permalink
Add note about the option to add other precompile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Apr 19, 2011
1 parent e685013 commit 9aac54c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
# Enable serving of images, stylesheets, and javascripts from an asset server # Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com" # 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( search.js )

# Disable delivery errors, bad email addresses will be ignored # Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false # config.action_mailer.raise_delivery_errors = false


Expand Down

0 comments on commit 9aac54c

Please sign in to comment.