module Sprockets::Paths

def paths

These paths will be used for asset logical path lookups.

Returns an `Array` of path `String`s.
def paths
  config[:paths]
end