module Sprockets::Paths

def root

useful set this to your applications root directory. (`Rails.root`)
All relative paths are expanded with root as its base. To be

Returns `Environment` root.
def root
  config[:root]
end