I can't get Yeoman / Bower / Gulp and the gulp-webapp generator to auto compile SASS changes made to the Bootstrap _variables.scss file and reload.
Basically changes done to files in this path: /bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/
I spent some time tweaking the gulpfile.js and managed to get autoreload to work on changes made to any files in the path above; however, it doesn't recompile the sass files. The only way to recompile is using the "gulp" command but that would be counter productive.
I am stumped after many hours, could someone please help shed some light on this?