Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepublish task fails on valid Haml #81

Open
hibariya opened this issue Jun 8, 2017 · 0 comments
Open

Prepublish task fails on valid Haml #81

hibariya opened this issue Jun 8, 2017 · 0 comments
Labels

Comments

@hibariya
Copy link
Contributor

hibariya commented Jun 8, 2017

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.

@hibariya hibariya added the bug label Jun 8, 2017
hibariya added a commit that referenced this issue Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant