Skip to content

Instantly share code, notes, and snippets.

@pyk
Created July 29, 2013 22:47
Show Gist options
  • Save pyk/6108573 to your computer and use it in GitHub Desktop.
Save pyk/6108573 to your computer and use it in GitHub Desktop.
sublime build [Errno 2] No such file or directory for LESS. already fixed. see on https://gist.github.com/peeyek/6108287 for jade
{
"cmd": ["lessc", "--compress", "$file", "../$file_base_name.css"],
"selector": "source.jade",
"path": "/usr/local/bin"
}
# path is where your jade executable.
# type in terminal :
# $ which jade
# and change into "path" value into your location.
# for example if i type in my terminal :
# $ which jade
# /usr/local/bin/lessc
# then i change the value of path without less bin:
# /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment