You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are also seeing an issue with rendering haml templates/partials through Deface when updating to version 6.x. The behaviour we're seeing is that the raw template is being output instead of the rendered html.
I'm using a Rails application that bundles HAML 6. There are some
.deface
files that replace or add some code, like:Deface (1.9.0) silently fails to update the views.
deface:get_result
doesn't show any errors or changes.By downgrading to HAML 5.2.2 everything works fine.
Let me know if you need more information.
The text was updated successfully, but these errors were encountered: