When I run the following command:
heroku run rake assets:precompile
My css, javascripts and anything in the root of my public folder is precompiled...however, my image folder (which is in the public folder) is not precompiled.
How can I ensure that my public folder is precompiled (I want them to be on my cdn, per the steps here...https://devcenter.heroku.com/articles/cdn-asset-host-rails31)?