HosseinKarami / fastshell

Fiercely quick front-end boilerplate and workflows, HTML5, Gulp, Sass
https://hosseinkarami.github.io/fastshell/
559 stars 128 forks source link

Watch entire scss directory #15

Closed treffynnon closed 7 years ago

treffynnon commented 7 years ago

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.