So I am using Gulp Sass with gulp-changed (i\'ve also tried gulp-newer with the updated syntax changes) and watching all the scs
Gulp
Sass
gulp-changed
scs
try var SRC = './stylesheets/**/{*.scss,_*.scss}'; if partials lay in the same folder or a subfolder.
var SRC = './stylesheets/**/{*.scss,_*.scss}';