Closed ttp closed 11 years ago
I'm not sure why but Sprockets.register_engine does not work in rails 4.
Using app.assets.register_engine to add hamljs engine, handlebars uses the same way, see https://github.com/leshill/handlebars_assets/blob/master/lib/handlebars_assets/engine.rb
Thanks. I'll merge this. But can you please also confirm that it works with Rails 3? If yes, I'll release the gem.
Yes, it works fine with my rails 3.2 app
Thanks @ttp. The new gem version (0.0.5) has been released.
I'm not sure why but Sprockets.register_engine does not work in rails 4.
Using app.assets.register_engine to add hamljs engine, handlebars uses the same way, see https://github.com/leshill/handlebars_assets/blob/master/lib/handlebars_assets/engine.rb