mikeal / node.couchapp.js

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

Removal of ddoc.validate_doc_update method doesn't remove it after a push in couchdb #53

Open whimboo opened 12 years ago

whimboo commented 12 years ago

The ddoc.validate_doc_update is not getting removed in the couchdb even after a successful push via node.couchapp.js.

  1. Clone https://github.com/whimboo/mozmill-dashboard
  2. Push to a new couchdb
  3. Remove the ddoc.validate_doc_update method in dashboard.js
  4. Push again

After step 4 you can still see the validate_doc_update method being present in the design document.