Skip to content

Instantly share code, notes, and snippets.

@kevinhq
Forked from sanemat/gist:5573989
Created June 21, 2021 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinhq/a1c51b8684e4211b4518ae287dd38359 to your computer and use it in GitHub Desktop.
Save kevinhq/a1c51b8684e4211b4518ae287dd38359 to your computer and use it in GitHub Desktop.
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