I get the following error:
Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError in Photos
This image file is located in app/assets/images/taxonomy/focus-building.jpg . I ran rake assets:precompile RAILS_ENV=production , but as far as I can tell, the images are not copied to the public/assets directory.
Oddly enough, all the assets mentioned in SCSS using image-url() work fine. Why won't this image be precompiled when mentioning image_tag ?
Andrew
source share