Sha256: 1743b91ed13c33b9cbd653ea6e5dd72f40049d36b61fbc09442bb641667288d2

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

module Sprockets
  module Helpers
    # `ManifestPath` uses the digest path and
    # prepends the prefix.
    class ManifestPath < AssetPath
      #
      def initialize(path, options = {})
        @options = {
          :body   => false,
          :prefix => Helpers.prefix
        }.merge options
        
        @source = path.to_s
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sprockets-helpers-0.4.0 lib/sprockets/helpers/manifest_path.rb