leshill / handlebars_assets

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

Haml 6.x Support #181

Open braindeaf opened 10 months ago

braindeaf commented 10 months ago

I've just come to upgrade Haml to 6.x in a project. This didn't work since the way templates are rendered has changed in 6.x

I've submitted a PR to add support for Haml 6.x

https://github.com/leshill/handlebars_assets/pull/180

Cheers.