module Sprockets::Trail

def append_path(path)

Paths at the beginning of the `Array` have a higher priority.

Append a `path` to the `paths` list.
def append_path(path)
  expire_index!
  @trail.append_path(path)
end