Skip to content

Instantly share code, notes, and snippets.

@tclancy
Created September 3, 2013 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tclancy/6429542 to your computer and use it in GitHub Desktop.
Save tclancy/6429542 to your computer and use it in GitHub Desktop.
Coffeescript compiling
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