Sha256: 8ebdfce1e32fcd554333681de22c41d3095eefe3ac1b4f1635fc45c6202175bb
Contents?: true
Size: 343 Bytes
Versions: 20
Compression:
Stored size: 343 Bytes
Contents
require 'sprockets/static_compiler' module Sprockets class StaticCompiler cattr_accessor :generated_sprites self.generated_sprites = {} def write_manifest_with_sprites(manifest) write_manifest_without_sprites(manifest.merge(self.class.generated_sprites)) end alias_method_chain :write_manifest, :sprites end end
Version data entries
20 entries across 20 versions & 2 rubygems