michaelwayman / node-sass-chokidar

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

--recursive flag not watching more than 2 levels #66

Open Rajavn6789 opened 6 years ago

Rajavn6789 commented 6 years ago

--recursive flag not watching more than 2 levels, import statements are proper with quotes.

below is the code i am using

"build-css": "node-sass-chokidar src/ -o src/" "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"

Let me know if iam missing something.

JemarJones commented 6 years ago

Doesn't look like --recursive is even an option anymore: https://github.com/michaelwayman/node-sass-chokidar/blob/master/CHANGELOG.md#100 .