-
-
Save kevinhq/a1c51b8684e4211b4518ae287dd38359 to your computer and use it in GitHub Desktop.
haml syntax check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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