I just upgraded to Rails 6 and followed guides to make this manifest file:
//= link_tree ../fonts
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
But rails complains that I haven't added assets from /images/subfolder/
How do I link to /images
and everything under it?