Skip to content

Commit

Permalink
Remove fog_path_style from generator doc
Browse files Browse the repository at this point in the history
  • Loading branch information
josacar committed Apr 23, 2016
1 parent 354cd47 commit d5f1485
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5f1485

Please sign in to comment.