Need to change the glob to /*/.scss otherwise the main style.scss file won't be watched for changes. See node-glob docs:
** If a "globstar" is alone in a path portion, then it matches zero or more directories and subdirectories searching for matches. It does not crawl symlinked directories.
Need to change the glob to /*/.scss otherwise the main style.scss file won't be watched for changes. See node-glob docs: