Skip to content

Not working with HAML 6 #237

@kidhab

Description

@kidhab

I'm using a Rails application that bundles HAML 6. There are some .deface files that replace or add some code, like:

/ insert_after 'erb:contains("delete")'
= link_to t('.send_message'), new_message_path(:message => {:mail_to => @user.id}), class: 'btn'

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions