class Sprockets::BundledAsset

def to_a

Expand asset into an `Array` of parts.
def to_a
  @assets ||= build_dependencies_paths_and_assets[1]
end