Sublime Forum

Save file + instat build?

#1

Hi I’m facing a problem, or simple an issue i cant resolve - when i’m trying to save an *.js file and the Build system si set to Nodejs, the build process is automatically initialized following the saving of a file. This is a bit messy when i don’t want to fire up node.exe at the time when the work is not done yet.

Can somebody tell me the option where to disable the auto-build after saving a file?

I know there is a Save all on Build option in Tools, but this is the inverse situation.

I also have checked the key bindings - { “keys”: “ctrl+s”], “command”: “save” },

thx for all useful information.

0 Likes

#2

Have you installed a plugin that is doing this?
And maybe forgotten it is there?

Something like this one?
https://github.com/alexnj/SublimeOnSaveBuild

Just crossing suspects off the list.

0 Likes