Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excludeDir flag doesn't appear to exclude watched directories #2

Open
broady opened this issue Mar 20, 2018 · 2 comments
Open

excludeDir flag doesn't appear to exclude watched directories #2

broady opened this issue Mar 20, 2018 · 2 comments

Comments

@broady
Copy link

broady commented Mar 20, 2018

$ autobld -x node_modules/ -m '*.go' -p 3000:8080 -- bash -c 'vgo build && ./ELIDED'
2018/03/20 04:26:17 Change detection failed: Walk directories failed: open ELIDED/node_modules/@material/toolbar/dist: too many open files
To increase the limit for files that can be watched no OSX, run ulimit -n 512. The default limit is 256
@broady
Copy link
Author

broady commented Mar 20, 2018

(macOS)

@broady
Copy link
Author

broady commented Mar 20, 2018

Ah, omitting the trailing slash from node_modules did the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant