Skip to content

Instantly share code, notes, and snippets.

@rozzy
Last active December 10, 2015 15:38
Show Gist options
  • Save rozzy/4455664 to your computer and use it in GitHub Desktop.
Save rozzy/4455664 to your computer and use it in GitHub Desktop.
Final version my coffee-build-system in Sublime Text 2. Coffee-files will compile into the parent directory. It's very useful, i think.
{
"cmd": ["coffee", "--compile", "--output", "../", "$file_name"],
"path": "/usr/local/bin:$PATH",
"selector": "source.coffee",
"working_dir": "$file_path"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment