To reproduce, put an image file in vendor/assets/images and put a font file in vendor/assets/fonts then run bundle exec rake assets:precompile.
In Rails 3.2.12, the image and font are copied into public/assets with digest in filename. In Rails 4 beta, neither of the assets are copied.
This also applies to assets packaged within gems. For example, with this Font Awesome gem, the font assets are correctly precompiled in Rails 3.2.12, but not in Rails 4 beta.
To reproduce, put an image file in
vendor/assets/imagesand put a font file invendor/assets/fontsthen runbundle exec rake assets:precompile.In Rails 3.2.12, the image and font are copied into
public/assetswith digest in filename. In Rails 4 beta, neither of the assets are copied.This also applies to assets packaged within gems. For example, with this Font Awesome gem, the font assets are correctly precompiled in Rails 3.2.12, but not in Rails 4 beta.