We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, here is my config
AssetSync.configure do |config| config.run_on_precompile = true config.fog_provider = 'AWS' config.aws_access_key_id = AWS_ACCESS_KEY_ID config.aws_secret_access_key = AWS_SECRET_ACCESS_KEY config.fog_directory = 'static.example.com' config.fog_region = 'us-east-1' config.gzip_compression = true end
I'm using CloudFlare for a CDN though, which requires a CNAME to point to my bucket, thus I have to have a hostname-style bucket name.
During deploy, it just hangs after it says using asset_sync.rb with no errors. Does this require an extra setting?
using asset_sync.rb
The text was updated successfully, but these errors were encountered:
If you're still having trouble with this, see my monkey-patch solution in #239
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hey, here is my config
I'm using CloudFlare for a CDN though, which requires a CNAME to point to my bucket, thus I have to have a hostname-style bucket name.
During deploy, it just hangs after it says
using asset_sync.rb
with no errors. Does this require an extra setting?The text was updated successfully, but these errors were encountered: