Skip to content

Prepublish task fails on valid Haml #81

@hibariya

Description

@hibariya

from: #80 (comment)

IMO the template is valid Haml. But yarn run prepublish fails.

➤ cat lib/hooks/docker-hub/help.html.haml
%dl
  %dt Usage
  %dd
    See <a href="https://docs.docker.com/docker-hub/webhooks/" target="_blank">Webhooks for automated builds | Docker Documentation</a>.
➤ yarn run prepublish
yarn run v0.24.6
$ rm -rf app && broccoli build app 
SyntaxError: (Haml): missing ) after argument list
    at Function (<anonymous>)
...

There is a workaroud: when I replace quotes of attribute values in <a> from " to ', it works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions