Closed softglance closed 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.
this issue resolved. I started using webpack.
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.