bridgetownrb/bridgetown-view-component

Compatiblity with HAML

jbpfran opened this issue · 1 comments

Hello,

I tried this plugins in collaboration with the bridgetown-haml plugins to build the views in HAML.

I got the following error :

There was an error when building the site:
ViewComponent::TemplateError: Couldn't find a template file or inline render method for Shared::Header

when the template file is header.haml
However it works correctly with hearder.erb

I tried initializing the view-component plugin before and after the haml plugin but it didn't change the result.

Thanks for your help.