I came to know that during pre-compilation of assets in production mode, Rails will take assets from 'app/assets
' only by default if we do not require files explictly from any other specific sources like 'vendor/assets
' and 'lib/assets
'.
I've a question:
Will require_tree . load assets from 'vendor/assets' and 'lib/assets' ?