Sha256: e9b6a0cf01728dcc546f9d8694a7db808943920e4d867e077ac13ef2966dc176
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
# Used only for Ruby on Rails gem to tell, that gem contain `lib/assets`. module Fotoramajs class Railtie < Rails::Railtie initializer 'fotorama.config' do |app| app.config.assets.precompile += ['fotorama.png', 'fotorama@2x.png'] end end module Rails class Engine < ::Rails::Engine end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fotoramajs-4.2.3 | lib/fotoramajs.rb |
fotoramajs-4.2.1 | lib/fotoramajs.rb |