jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
233 stars 56 forks source link

Docker fails to recognize changed files #40

Open oravecz opened 11 years ago

oravecz commented 11 years ago

I am pointing docker at a source repository with 20 - 30 files. Watchr does not seem to be picking up changes very well. Only about 30% of my file saves cause docker to re-execute.

On OSX 10.7, using Docker master as of today, and using watchr@2.3.10

jbt commented 11 years ago

Hmm, that's an odd one. I've tried a few examples and things seem to work fine for me - possibly you're hitting an open file limit or something and that's confusing watchr. I'll try and dig around some more and see whether it's possible to work around that at all.