lib/haml-sprockets/engine.rb in haml-sprockets-0.0.2 vs lib/haml-sprockets/engine.rb in haml-sprockets-0.0.3
- old
+ new
@@ -1,9 +1,7 @@
module Haml
module Sprockets
class Engine < ::Rails::Engine
- config.after_initialize do
- Rails.application.assets.register_engine '.hamljs', Haml::Sprockets::Template
- end
+ # just to get the vendor directories included into assets
end
end
end