We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from: #80 (comment)
IMO the template is valid Haml. But yarn run prepublish fails.
yarn run prepublish
➤ 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.
<a>
"
'
The text was updated successfully, but these errors were encountered:
Generate help template w/ a workaroud
df5438a
#81
No branches or pull requests
from: #80 (comment)
IMO the template is valid Haml. But
yarn run prepublish
fails.There is a workaroud: when I replace quotes of attribute values in
<a>
from"
to'
, it works.The text was updated successfully, but these errors were encountered: