emilioforrer / haml_coffee_assets

Haml Coffee templates in the Rails asset pipeline or as Sprockets engine.
https://rubygems.org/gems/haml_coffee_assets
MIT License
438 stars 145 forks source link

properly support nested ERB for .jst.hamlc with Sprockets 4 #193

Open ashkulz opened 2 months ago

ashkulz commented 2 months ago

While we don't really use this, there's a logical bug here which will cause an issue if nested ERB templates are used with .jst.hamlc files.

@voducvu can you also test this and verify that it works before @mathieujobin approves/merges this?