vigetlabs / gulp-rails-pipeline

Ditch the Rails Asset Pipeline and roll your own with Gulp
MIT License
646 stars 64 forks source link

Sass change does not call browserSync but browserify change does #27

Open mfbx9da4 opened 9 years ago

mfbx9da4 commented 9 years ago

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 ....

mfbx9da4 commented 9 years ago

Made a PR to fix this #28

jonesmac commented 9 years ago

downgrading sprockets solved the issue for me as well

jakoss commented 8 years ago

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?

wethecode commented 8 years ago

@Nekromancer Check my comment https://github.com/vigetlabs/gulp-rails-pipeline/issues/19#issuecomment-191990302