Skip to content

Instantly share code, notes, and snippets.

@sanemat
Created May 14, 2013 05:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sanemat/5573989 to your computer and use it in GitHub Desktop.
Save sanemat/5573989 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