Skip to content

Instantly share code, notes, and snippets.

@kevinhq
Forked from sanemat/gist:5573989
Created June 21, 2021 11:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
haml syntax check
# http://stackoverflow.com/questions/4673391/why-doesnt-haml-check-find-this-glaring-syntax-error
haml -c newsletter.html.haml
haml --debug newsletter.html.haml 2> /dev/null | sed '$d' | ruby -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment