Sublime Forum

Multiple build scripts?

#1

Hi =)
Thank you for this awesome tool !
I love the fact that you can build scripts inside the editor !
The question is, if I have multiple ant scripts to launch when needed. Like one to compress my css, one to start the upload of my website etc. Is there a way to handle this ?

The ant.sublime-build launch a script by name :
“windows”:
{
“cmd”: “ant.bat”]
}

But is there a way to build the current selected script in the project explorer instead ?
I don’t want to modify the sublime-build each time.

Thank you in advance :wink:
Anthony

0 Likes