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.
Using any ascii characters in the .scss file breaks the build. Example: `.anchor:after{ content:'⚓'; }` Will yield this error: `Error: Invalid US-ASCII character "\xE2"`
This is based upon the Commit 2e0e7c186aeccd1c09347061b5b191bab5c2f8f6 by @jonwingfield, to get disappearing build output panel. Shows the panel automatically if errors were present in the build. Adapted the code to...