ruby on rails - Asset_sync gem skipping PDF files -
i configured asset_sync gem sync of assets amazon s3. deploy on heroku, , whatever reason, seems skipping pdf files in /app/assets
directory. haven't told exclude files, why might happen?
i've followed guide: https://devcenter.heroku.com/articles/cdn-asset-host-rails31, , such don't have asset_sync.rb
initializer file.
i've tried moving pdfs own dir, /app/assets/pdfs
, , no dice there either.
strangely, have .zip file in /app/assets/images
dir, seems pdfs being skipped.
rails 3.2.13, ruby 2.0, heroku cedar stack, current release of asset_sync
gem
turns out had added *.pdf
.slugignore
file, , heroku tossing out pdf files on deploy. derp!
Comments
Post a Comment