From d5f148548a48660b0854f0db5b71646b418b281d Mon Sep 17 00:00:00 2001 From: Jose Luis Salas Date: Sun, 24 Apr 2016 00:01:44 +0200 Subject: [PATCH] Remove fog_path_style from generator doc --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5f5e32ee..e6688a28 100644 --- a/README.md +++ b/README.md @@ -193,9 +193,6 @@ AssetSync.configure do |config| # # Fail silently. Useful for environments such as Heroku # config.fail_silently = true - # - # Use fog_path_style to use buckets with dot in names - # config.fog_path_style = true end ``` @@ -231,8 +228,6 @@ defaults: &defaults # always_upload: ['application.js', 'application.css'] # Ignored files. Useful if there are some files that are created dynamically on the server and you don't want to upload on deploy. # ignored_files: ['ignore_me.js', !ruby/regexp '/ignore_some/\d{32}\.css/'] - # Use fog_path_style to use buckets with dot in names - # fog_path_style: true development: <<: *defaults