Sha256: 935281d4298913bdfcb8eb7ae799b7c063df5822dd21c86a056401dd44a1642f
Contents?: true
Size: 315 Bytes
Versions: 8
Compression:
Stored size: 315 Bytes
Contents
module HoganAssets class Engine < ::Rails::Engine initializer "sprockets.hogan", :after => "sprockets.environment", :group => :all do |app| next unless app.assets HoganAssets::Config.template_extensions.each do |ext| app.assets.register_engine(".#{ext}", Tilt) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems