Skip to content

Instantly share code, notes, and snippets.

@sanemat
Created May 14, 2013 05:54
  • Star 1 You must be signed in to star a gist
  • Fork 1 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