mikeal / node.couchapp.js

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

async mode #19

Open benatkin opened 13 years ago

benatkin commented 13 years ago

I think it would be nice if a couchapp could export a function that would get called with a callback when pushing/syncing. That way I could more easily run preprocessors like browserify on the attachments. In the meantime I'm running a separate script to generate the attachments.