class Sprockets::Rails::Task

def output

def output
  if app
    File.join(app.root, 'public', app.config.assets.prefix)
  else
    super
  end
end