michaelwayman / node-sass-chokidar

A thin wrapper around node-sass to replicate the --watch using chokidar instead of Gaze
MIT License
291 stars 34 forks source link

on windows _sccs files are ignored. #55

Closed softglance closed 6 years ago

softglance commented 6 years ago

I'm working on windows, below command is only considering .scss files and _.scss are ignored.

node-sass-chokidar --include-path ./src --include-path ./node_modules src -o styles/

I also tried with, node-sass-chokidar --include-path ./src --include-path ./node_modules src -o styles/ --match-regex=/*.(scss|sass)$/

its not working. Any help is appreciated.

softglance commented 6 years ago

this issue resolved. I started using webpack.