# File lib/sprockets/bundled_asset.rb, line 60
    def mtime
      @mtime ||= dependency_paths.map { |h| h['mtime'] }.max
    end