mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

Implemented .couchappignore to ignore files #47

Open claytongulick opened 12 years ago

claytongulick commented 12 years ago

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 commented 12 years ago

sys is deprecated, please use utils.