Created
April 6, 2012 21:10
-
-
Save fat/2322961 to your computer and use it in GitHub Desktop.
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
# help text | |
$ hulk | |
# help text build all template files | |
$ hulk /templates/* | |
# build all templates which end in a mustache extension | |
$ hulk /templates/*.mustache | |
# build just the layout template | |
$ hulk /templates/layout.mustache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you have a redundant
help text
on line 4.