dnagir / ruby-haml-js

HAML-JS Tile and Rails 3.1 Template
MIT License
86 stars 13 forks source link

Rails 4 compatibility #15

Closed ttp closed 11 years ago

ttp commented 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

ttp commented 11 years ago

going to create new pull request with just one commit