Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 193 Bytes

File metadata and controls

12 lines (9 loc) · 193 Bytes

CoffeeScript compiler scripts

Compile all files in a directory

coffee -c <path/to/dir/>*.coffee

Compile all files recursively

coffee -c .