SublimeOnSaveBuild
SublimeOnSaveBuild copied to clipboard
Trigger a build the moment you save a file in Sublime Text 2. Works best with web projects that make use of Less, Compass and any other pre-processor or a makefile.
I'm trying to configure this plugin so that it builds my main stylesheet when I save a partial so that I don't have to save the main scss everytime Right...
I have already tried this setting: `"filename_filter": "(/|\\\\|^)(?!_)(\\w+)\\.(css|js|sass|less|scss)$",` but this makes all files to not build at all. I'm using Sublime Text 4 with newest dart sass and SASS build...
This was a request from Issue #1 that I went ahead and implemented. One decision I made was to not show the build output at all if the build was...
I've globally set the build_on_save to 0 in my user settings file, but I've added `"build_on_save": 1` in one of my projects, but still, whenever I hit the save shortcut,...
for me on a recent subl3, `on_post_save` closes the window immediately after the build finishes (i.e. you get a split-second flash at best).
I'm using this package with sublime text 3, hoping to make it compile Typescript files into javascript. the best i was able to achieve is that on save it opens...