Skip to content

Instantly share code, notes, and snippets.

@iamblue
Created April 10, 2014 16:28
Show Gist options
  • Select an option

  • Save iamblue/10399650 to your computer and use it in GitHub Desktop.

Select an option

Save iamblue/10399650 to your computer and use it in GitHub Desktop.
Sublime-livescript path setting
// vim ~/Library/Application Support/Sublime Text 2/Packages/sublime-livescript/LiveScript.sublime-settings
{
// Path to livescript. Defaults to sublime's path
"livescript_path": "/usr/local/bin/",
// The actual binary.
"livescript_bin": "/usr/local/bin/lsc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment