My rails app isn't loading the css or js files now upon trying to implement page cache via cloudfront.
I'm using heroku and I setup cloudfront based on these instructions:
https://devcenter.heroku.com/articles/using-amazon-cloudfront-cdn
Done: "To create a CloudFront distribution you will need an Amazon AWS account. Once logged in you can go to the CloudFront control panel and select ‘Create distribution’. When prompted for the delivery method, select 'Web’."
I then added to rails production.rb: config.action_controller.asset_host = "d373p52igaakhgm9.cloudfront.net"
What could have gone wrong with www.anthonygalli.com? I think I followed all the steps.