Created
April 10, 2014 16:28
-
-
Save iamblue/10399650 to your computer and use it in GitHub Desktop.
Sublime-livescript path setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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