sublime-better-coffeescript
sublime-better-coffeescript copied to clipboard
Plugin Not Working
I have installed this via Package Control In order to find nodejs and coffee paths I have executed following commands
which nodejs /usr/bin/nodejs
which coffee /usr/local/bin/coffee
Now my user Settings - User file is
{ "envPATH": "/usr/bin/nodejs:/usr/local/bin/coffee", "binDir": "/usr/local/bin/coffee" }
but its still not working. I am on ubuntu 14.04
Your setting file should be like this:
"envPATH": "/usr/bin:/usr/local/bin",
"binDir": "/usr/local/bin"
After opening .coffee file, do this for syntax highlighting: View -> Syntax -> Open all with current extension as... -> Better CoffeeScript -> CoffeeScript