gulp-rails-pipeline icon indicating copy to clipboard operation
gulp-rails-pipeline copied to clipboard

Sass change does not call browserSync but browserify change does

Open mfbx9da4 opened this issue 9 years ago • 4 comments

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 avatar Jun 30 '15 22:06 mfbx9da4

Made a PR to fix this #28

mfbx9da4 avatar Jul 01 '15 17:07 mfbx9da4

downgrading sprockets solved the issue for me as well

jonesmac avatar Aug 10 '15 14:08 jonesmac

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?

jakoss avatar Feb 04 '16 16:02 jakoss

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

wethecode avatar Mar 03 '16 22:03 wethecode