fourdigit / gulpset

Gulp based project skeleton with modular tasks.
MIT License
5 stars 7 forks source link

prevent full page reloading when updating sass or stylus #1

Closed TakuyaAbe closed 7 years ago

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

(cf. https://www.browsersync.io/docs/gulp#gulp-sass-maps )

nki2 commented 7 years ago

@TakuyaAbe Thank you for that fix! I'll merge this one.