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

Add usePolling option #27

Closed pastinepolenta closed 6 years ago

pastinepolenta commented 6 years ago

I would like to pass to chokidar the usePolling option. This is needed for certain VMs like Vagrant which doesn't properly support watch

pastinepolenta commented 6 years ago

@michaelwayman Some checks are failing but AFAIK they are not related with the code of this PR. Can you please take a look ?

michaelwayman commented 6 years ago

Soo sorry @stilllife00 for taking so long getting back to you. Between work and life I completely missed this. Yeah let's get the polling option going

michaelwayman commented 6 years ago

I resolved the merge conflicts so this should be able to merge, I just need to test it real quick and we can publish it, thanks for your contribution :)

michaelwayman commented 6 years ago

--use-polling is now in node-sass-chokidar@1.2.0

pastinepolenta commented 6 years ago

thanks!