Build Jade Templates
Normally its easy to build jade templates, but i work on a virtual box server ( Ubuntu server ) and my guest is Windows 7. Using Sublime 3 with SFTP plugin works perfectly.
Added a build :
{
"shell_cmd": "my_custom_build_script.bat"
}
Added the Putty directory to my environments PATH. And in my_custom_build_script.bat
C:\"Program Files (x86)"\PuTTY\plink.exe -ssh mraiur@localhost "/PATH_TO_BUILD_SCRIPT/generate.sh"
On the server generate.sh is done whatever way you want it :)