class Sprockets::Rails::Task

def cache_path

def cache_path
  if app
    "#{app.config.root}/tmp/cache/assets"
  else
    @cache_path
  end
end