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

Version Path
compass-rails-4.0.0 lib/compass-rails/patches/static_compiler.rb
compass-rails-3.1.0 lib/compass-rails/patches/static_compiler.rb
compass-rails-3.0.2 lib/compass-rails/patches/static_compiler.rb
compass-rails-3.0.1 lib/compass-rails/patches/static_compiler.rb
compass-rails-3.0.0 lib/compass-rails/patches/static_compiler.rb
glebtv-compass-rails-2.0.4 lib/compass-rails/patches/static_compiler.rb
compass-rails-2.0.5 lib/compass-rails/patches/static_compiler.rb
compass-rails-2.0.4 lib/compass-rails/patches/static_compiler.rb
compass-rails-2.0.3 lib/compass-rails/patches/static_compiler.rb
compass-rails-2.0.2 lib/compass-rails/patches/static_compiler.rb
compass-rails-2.0.1 lib/compass-rails/patches/static_compiler.rb
compass-rails-2.0.0 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.7 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.6 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.5 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.3 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.2 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.1 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.0 lib/compass-rails/patches/static_compiler.rb
compass-rails-1.1.0.pre lib/compass-rails/patches/static_compiler.rb