Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 241 Bytes

coffee-script.org

File metadata and controls

5 lines (4 loc) · 241 Bytes

coffee -w -o javascripts/ -c coffeescripts/

The watcher listens to changes to the files in the coffeescripts folder and will compile all your .coffee files to .js files in a parallel tree structure in the javascripts folder on the fly.