Skip to content

Instantly share code, notes, and snippets.

@Jwpe
Created March 31, 2013 15:49
Show Gist options
  • Save Jwpe/5281067 to your computer and use it in GitHub Desktop.
Save Jwpe/5281067 to your computer and use it in GitHub Desktop.
A build system for Sublime Text 2 that compiles CoffeeScript files into a mirrored directory structure of JavaScript files
{
"cmd": ["coffee","--compile", "--output", "${file_path/coffee/js/}", "$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.coffee"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment