Commit fbc6344
committed
fix: disregard false matches from chokidar
Chokidar is firing events for files that don't match the glob when
those files are under symlinked directories. Check that the path
actually matches ".s[ac]ss" before triggering a compile.
Fixes #94 & #851 parent 29c1711 commit fbc6344
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments