leshill / handlebars_assets

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

Support for Haml 6.x #180

Open braindeaf opened 7 months ago

braindeaf commented 7 months ago

Added support for Haml 6.x. It really boils down to the 6.x change

Haml::Engine.new(str, options)
# ->
Haml::Template.new(options) { str }