In Sublime Text 3, how do I modify a build system that I downloaded through Package Control? Specifically, I’m referring to Sass Build. Since upgrading Sass through Ruby Gems to 3.4, it automatically builds a .css.map file (for source maps), but I don’t need that. So I’d like to disable that if possible.
Thanks in advance!