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": ["jade", "$file", "-o", "../", "--pretty"], | |
"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. |