SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

Plugin Not Working #228

Closed junaidatique closed 2 months ago

junaidatique commented 8 years ago

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

journeyz commented 8 years ago

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