From d5eb579b28c1441f3671c65b88abcd312890eca6 Mon Sep 17 00:00:00 2001 From: Kliment Mamykin Date: Sun, 17 Apr 2011 04:37:57 -0400 Subject: [PATCH] Added comment to README re asset_host config --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7632c1d..a9a2cb1 100644 --- a/README.md +++ b/README.md @@ -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.