Why doesn't sublime automatically detect this custom sublime-build with a selector?
问题 I have the following saved to node-sass.sublime-build in my User folder { "shell_cmd": "node-sass.cmd $file", "selector": "source.scss" } I have a slideEditor.scss file. If I explicitly set the build system to node-sass , ctrl+b works just fine, but if I set it to "Automatic", ctrl+b does nothing with nothing being logged to the console. What can be going on? According the limited documentation I'm doing everything correct. 回答1: First, the short answer to your question: change "source.scss"