Any reason that anyone can think of why gulp would not actively watch
<docroot>/themes/custom/<sub-theme>/scss/bootstrap-variables.scss
but if I kill gulp and restart it then it does recompile it?
This is what is in the gulpfile.js but I can't figure out why it wouldn't watch.
const paths = {
scss: {
src: 'scss/**/*/*.scss', β watch location
dest: 'css',
watch: 'scss/**/*/*.scss'
},
Thanks
Closed: outdated
6.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.