# File lib/sprockets/environment.rb, line 80
      def build_asset(path, pathname, options)
        # Persisted cache
        cache_asset(pathname.to_s) do
          super
        end
      end