Skip to content

Instantly share code, notes, and snippets.

@leonardreidy
Created August 17, 2017 21:57
Show Gist options
  • Save leonardreidy/f90d63fd43d722cdeb55fa93291d0275 to your computer and use it in GitHub Desktop.
Save leonardreidy/f90d63fd43d722cdeb55fa93291d0275 to your computer and use it in GitHub Desktop.
coffeescript-utils
# Walk the directory tree from the current folder and
# transpile the given coffeescript files to JS, placing
# them in the directory with the name outputDir
coffee --output outputDir --compile .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment