Skip to content

Commit

Permalink
Added comment to README re asset_host config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kliment Mamykin committed Apr 17, 2011
1 parent a3f9ca5 commit d5eb579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,10 @@ Within your `config/assets.yml`, just add a toplevel key called `s3_bucket` that

s3_bucket: my-awesome-jammit-bucket

In addition, you will need to set asset_host in config/environments/{environment}.rb:

config.action_controller.asset_host = "#{Jammit.configuration[:s3_bucket]}.s3.amazonaws.com"

## Deployment

To deploy your files to s3, just the jammit-s3 command at your project's root.
Expand Down

0 comments on commit d5eb579

Please sign in to comment.