mikeal / node.couchapp.js

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

-dc does not support `serve` #95

Open ajcrites opened 9 years ago

ajcrites commented 9 years ago

Currently trying to use -dc with serve will just have couchapp exit quietly. It seems to work by just adding

else if (command == 'serve') {
  serve(app);
}

after line 164, but I'm not sure if this omission is intentional.

zaro commented 9 years ago

the ommision was not intentional at all, they were developed kind of parallel and when I merged the serve I guess just forgot to add it to -dc. On 25 Aug 2014 23:40, "Andrew Crites (aka Explosion Pills)" < notifications@github.com> wrote:

Currently trying to use -dc with serve will just have couchapp exit quietly. It seems to work by just adding

else if (command == 'serve') { serve(app); }

after line 164, but I'm not sure if this omission is intentional.

— Reply to this email directly or view it on GitHub https://github.com/mikeal/node.couchapp.js/issues/95.