leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
648 stars 159 forks source link

index.haml.hbs doesn't seem to work #38

Closed atomical closed 11 years ago

atomical commented 11 years ago

The haml isn't turned into HTML. Handlebars_assets should support haml though, correct?

leshill commented 11 years ago

Hi @atomical,

Not yet. I am considering doing something like hogan_assets and supporting .hamstache or .hambars.

You could use the haml_assets as an interim step.

leshill commented 11 years ago

You can now use the .hamlbars extension.