Sprockets only finds assets in vendor/assets in Rails engines #93
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
files_list.rb
is only adding thevendor/assets
directory from rails engine gems. In railties'engine.rb
it also addsapp/assets
andlib/assets
.Can we have these added to the default Sprockets search path? Thanks!