Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Gulp LESS task causes full page refresh instead of using the streamed CSS #163

Closed
webxl opened this issue Jan 12, 2016 · 2 comments
Closed

Comments

@webxl
Copy link

webxl commented Jan 12, 2016

Simple fix in less.js:32: .pipe(browserSync.stream({match: '**/*.css'}));

See https://www.browsersync.io/docs/gulp/#gulp-sass-maps

@larsonjj
Copy link
Owner

Thanks for reporting. PR welcome 👍

webxl pushed a commit to webxl/generator-yeogurt that referenced this issue Jan 16, 2016
larsonjj added a commit that referenced this issue Jan 18, 2016
Issue #163: stream css updates
larsonjj added a commit that referenced this issue Jan 18, 2016
* master:
  Issue #163: stream css updates
  Stick js-yaml to 3.4.5 version
  Issue #159: Add YAML support - unconditional inclusion
  Issue #159: Add YAML support
@larsonjj
Copy link
Owner

This fix has been implemented as of v1.5.0. Thanks for your PR 👍

larsonjj added a commit that referenced this issue Jan 20, 2017
Issue #163: Stream css updates for stylus
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants