sublimetext2 - How do I deliver a new build system in SublimeText3? -


i have built sublimetext3 plugin. have added build tool. use build tool, user has go tools->build system->new build system.

i consider hassle user. there way package , deliver along plugin?

simply add .sublime-build file (and dependencies shell scripts) files in st package. unless there's conflict build system, user can build using keyboard shortcut.

build systems


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -