Conversation
|
+1 for this PR. I have a client who needs to use gulp and watchify to build a project in an Ubuntu Vagrant box on Windows (because it too much of a hassle doing it natively). chokidar only picks up changes in VirtualBox synced folders with polling, so allowing watchify to specify chokidar |
|
👍 would love to see this get merged. Have the same problem with using watchify inside Vagrant. |
|
Derp... sorry I meant #126 |
|
Yeah that could be good too. My main motivation was exposing this for CLI -- whereas |
|
hmm |
|
Closing and moving discussion to #162. |
|
Note the |
|
@mattdesl Ah true - sorry. How about a PR just for that? |
|
|
|
|
Adding some new features:
--poll(enable chokidar polling) and--delay(for faster incremental bundling on some systems).On my system this speeds up reload time by 600ms which is pretty huge.
argsparam and pass options to watchifydelayoption allow zero--polloption for chokidarWould be happy to add tests/docs etc.