Created
July 29, 2013 22:47
-
-
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
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
Show hidden characters
{ | |
"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