mikeal / node.couchapp.js

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

Add support for multiple design documents #57

Closed rmg closed 11 years ago

rmg commented 12 years ago

The last argument is assumed to be the CouchDB url, as normal, but all arguments between <command> and <url> are assumed to be couch app paths.

elistevens commented 11 years ago

This would be useful for situations where an app needs to have both javascript and coffeescript design docs.