Sha256: 9f9a49dd3f82b6da210392a1f0e3ecfa850df627a46eb1df96eee6719d787aad

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

module Haml
  module Sprockets
    class Engine < ::Rails::Engine
      config.after_initialize do
        Rails.application.assets.register_engine '.hamljs', Haml::Sprockets::Template
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
haml-sprockets-0.0.2 lib/haml-sprockets/engine.rb
haml-sprockets-0.0.1 lib/haml-sprockets/engine.rb