pattern-lab / patternlab-node-cli

Moved to https://github.com/pattern-lab/patternlab-node/tree/dev/packages/cli
MIT License
21 stars 5 forks source link

Watch doesn't reload on CSS changes #62

Open edward-simpson opened 5 years ago

edward-simpson commented 5 years ago

General information

Problem description

patternlab serve initiates a browsersync watch, and reloads on template file changes, but does not on changes to CSS

Reproduction steps

  1. npm run patternlab serve --config ./path-to-patternlab-config.json
  2. Make change to template file (triggers reload)
  3. Make change to CSS (or gulp recompile css) (does not trigger reload)