Search code examples
ruby-on-rails-3herokuamazon-s3amazon-cloudfront

Amazon S3 - Cloudfront & Heroku CSS not rendering


i have successfully made asset pipeline setup on Heroku with Amazon S3. All link are OK, files are uploaded on S3, Bucket is shared like distribution, you can click and open file... I checked content type on amazon and it is text/css ....

But CSS want render o_O ...

Here is the link: http://stormy-mist-3168.herokuapp.com/excursions

Thanks!


Solution

  • I believe this is a stylesheeting problem - for starters try removing your colorbox stylesheet and recompile and push to Heroku, from my quick testing I found a problem in there somewhere.