gulp-rails-pipeline
gulp-rails-pipeline copied to clipboard
Sass change does not call browserSync but browserify change does
Not sure why but for me, saving the global.sass
does not cause browserSync to reload/inject styles. Although gulp does detect the change in the file and recompiles the css it does not reload the tab. Changes to global.coffee
however, do both compile the js and reload the tab ....
Made a PR to fix this #28
downgrading sprockets solved the issue for me as well
I have same issue, but can't downgrade sprockets (i'm using rails 5 which lowest sprockets expectation is 3.0). Any ideas how to solve this?
@Nekromancer Check my comment https://github.com/vigetlabs/gulp-rails-pipeline/issues/19#issuecomment-191990302