Open fbjork opened 13 years ago
IMHO having all settings in one place (assets.yml) simplify maintenance
When used with other gems like Carrerwave the asset_host manipulation done with jammit-s3 breaks functionality.
Jammit-s3 sets asset_host in before_configuration block when initializing. So if it conflicts with anything, override it in config/environments/production.rb as usual. I saw your commit when you moved the setting from the gem but did not understand the reasoning.
Hey,
just out of curiosity why is the asset_host being set in jammit-s3? Why not leave it to the environment specific config.action_controller.asset_host value?