instance method
resolve_asset_paths
Ruby on Rails 2.2.3
Since v1.0.3 Last seen in v2.2.3 PrivateSignature
resolve_asset_paths(paths, resolver:)
No documentation comment.
Parameters
-
pathsreq -
resolverkeyreq
Source
# File lib/importmap/map.rb, line 216
def resolve_asset_paths(paths, resolver:)
paths.transform_values do |mapping|
resolve_asset_path(mapping.path, resolver:)
end.compact
end
Defined in lib/importmap/map.rb line 216
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Map