class Sprockets::DirectiveProcessor

def process_link_directive(path)


/*= link "logo.png" */

current.
bundle. Any linked assets will automatically be compiled along with the
The `path` must be a valid asset and should not already be part of the

Declares a linked dependency on the target asset.
def process_link_directive(path)
  @links << load(resolve(path)).uri
end