Closed TakuyaAbe closed 7 years ago
When updating sass or stylus, both injecting CSS and full page reloading occurs. To prevent the latter, I added {match: '**/*.css'} to stream()'s option.
{match: '**/*.css'}
stream()
(cf. https://www.browsersync.io/docs/gulp#gulp-sass-maps )
@TakuyaAbe Thank you for that fix! I'll merge this one.
When updating sass or stylus, both injecting CSS and full page reloading occurs. To prevent the latter, I added
{match: '**/*.css'}
tostream()
's option.(cf. https://www.browsersync.io/docs/gulp#gulp-sass-maps )