I have one JS library that references image assets in
/app/assets/images/subdir/.
When I execute “bundle exec rake assets:precompile
RAILS_ENV=production”, I receive an error that the image file in
/subdir/ isn’t precompiled … while I’m telling it to compile all
assets.
I’ve tried clearing out /public/assets/.
Any ideas?
Thanks,
Christopher Thielen