Created
September 3, 2013 21:02
-
-
Save tclancy/6429542 to your computer and use it in GitHub Desktop.
Coffeescript compiling
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
coffee -c path/to/file/or/dir | |
you can also set up a watch so that it compiles whenever you save: coffee -wc path/to/file/or/dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment