ericalli / static-site-boilerplate

A better workflow for building modern static websites.
http://staticsiteboilerplate.com
MIT License
1.74k stars 166 forks source link

devServer hot reload does not working. #68

Closed skhtml closed 3 years ago

skhtml commented 3 years ago

Describe the bug When i change pug/html , images it is okay when browser fully autoreload , but when i update sass, / css files i need only reload styles , but dont reload browser at all.

To Reproduce

  1. type some rule to styles.scss file
  2. You can see that browser if fully reloading,

Expected behavior Browser not reloading, it is only reload styles. (thats much more quickly)

ericalli commented 3 years ago

Could you post a few details about your environment?

Thanks!