module Sprockets::Paths
def clear_paths
completely wipe the paths list and reappend them in the order
There is no mechanism for reordering paths, so its best to
Clear all paths and start fresh.
def clear_paths self.config = hash_reassoc(config, :paths) do |paths| paths.clear end end