Quantcast
Channel: Sublime Text Build System with multiple commands - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Kamil.S for Sublime Text Build System with multiple commands

This is my solution without a wrapping shell script, tested for MacOS:{"cmd": ["sh","-c","nasm -f bin -o '${file_base_name}''${file}';chmod +x '${file_base_name}'"],"file_regex": "^(.+):([0-9]+)()?:...

View Article



Answer by Marc for Sublime Text Build System with multiple commands

So I've got this other installation of Python on my machine that I need for various purposes and I need to run a .bat or .cmd in my terminal to setup my environment variables before I use that flavor...

View Article

Answer by Jesse for Sublime Text Build System with multiple commands

I found what my problem was. It was a combination of my bash script not handling spaces in my directory names and me not using the shell:true object corectly in the build system. So what works now...

View Article

Sublime Text Build System with multiple commands

First off I would like to say that I am new to sublime text editor and I love it. I have no experience with JSON, however it does not seem difficult at all. I am trying to write a build system that...

View Article
Browsing all 4 articles
Browse latest View live


Latest Images