class Sprockets::Asset

def links

Returns Set of String asset URIs.

All linked assets should be compiled anytime this asset is.

Public: Get all externally linked asset filenames from asset.
def links
  metadata[:links] || Set.new
end