Skip to content

Instantly share code, notes, and snippets.

@suin
Created January 22, 2012 05:06
Show Gist options
  • Save suin/1655715 to your computer and use it in GitHub Desktop.
Save suin/1655715 to your computer and use it in GitHub Desktop.
複数のCoffeeScriptファイルからひとつのJavaScriptファイルにコンパイルする ref: http://qiita.com/items/1831
$ coffee -cj path/to/compiled/file.js file1 file2 file3 file4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment