awood / hawkins

A Jekyll plugin that incorporates LiveReload
MIT License
57 stars 4 forks source link

Does not live reload on CSS change while using incremental #11

Open hackedunit opened 7 years ago

hackedunit commented 7 years ago

I'm seeing an issue where it does not live reload, on CSS changes (SCSS specifically) while passing --incremental to jekyll liveserve. Is this the expected behaviour?

awood commented 7 years ago

No, that's not expected. Would you mind telling me what version of Jekyll you're using? Also if you wouldn't mind doing a test run with --verbose and then modifying your SCSS file and posting the output, that would be helpful.