# File lib/sprockets/rails/task.rb, line 49
      def cache_path
        if app
          "#{app.config.root}/tmp/cache/assets"
        else
          @cache_path
        end
      end