#Sublime Text 2 - Coffee Compile
This package allows you to compile some or all of your CoffeeScript right from the editor. The JavaScript output will even have syntax highlighting!
##Install
Clone this repository from your Sublime packages directory:
⚡ cd ~/.config/sublime-text-2/Packages
⚡ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"
⚡ cd "~/Library/Application Support/Sublime Text 2/Packages"
⚡ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"
##Usage
Just highlight some CoffeeScript code, right click and select the Coffee Compile command. To compile the whole file, don't highlight any text.
This package assumes that the coffee command is on your path (it probably is).