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

Implemented .couchappignore to ignore files #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implemented .couchappignore to ignore files #47

wants to merge 1 commit into from

Conversation

claytongulick
Copy link

Quick hack to implement .couchappignore - not sure if this is the best way to do it, but it seems to be working for me so far.

filter() checks are kind of scattered everywhere because it doesn't look like the code in watch respects the filter: option for created/changed/deleted files. Possibly a better fix would be to patch the main.js in watch and eliminate the (redundant?) filter checks inside of monitor.on() in sync

@mikeal
Copy link
Owner

mikeal commented Mar 14, 2012

sys is deprecated, please use utils.

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

Successfully merging this pull request may close these issues.

2 participants