michaelwayman / node-sass-chokidar

A thin wrapper around node-sass to replicate the --watch using chokidar instead of Gaze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to exclude folder, like my input is /src but i want exclude /src/assests/styles ?

softobizgit opened this issue · comments

how to exclude folder, like my input is /src but i want exclude /src/assests/styles ?

my package.json code is here

"build-css": "node-sass-chokidar src/ -o src/"

There is currently an --include-path option. You should be able to include everything but that path. But the CLI command would probably be pretty long. I can create an --exclude-path option, but please give me an example project/source code to test against otherwise it might take me a while, being busy at my real job and all.