mikeal / node.couchapp.js

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

Directory-based config with multiple app files, pre-processing and post-processing #66

Closed philwestwell closed 11 years ago

philwestwell commented 11 years ago

Instead of being specified individually on the command line, multiple app files are included in a specified directory. In addition custom pre-processing and post-processing code can be included.

Code is backwardly compatible and the new functionality is invoked with a command line switch

mikeal commented 11 years ago

please do not change the coding style from 2 space tabs to 4 space tabs.

philwestwell commented 11 years ago

OK. I'll fix that. That would have been my IDE that did it behind my back! On 22 Feb 2013, at 17:52, Mikeal Rogers wrote:

please do not change the coding style from 2 space tabs to 4 space tabs.

— Reply to this email directly or view it on GitHub.

philwestwell commented 11 years ago

coding style changed On 22 Feb 2013, at 17:52, Mikeal Rogers wrote:

change the coding style from 2 space tabs to 4 space tabs

mikeal commented 11 years ago

im not really using this library much anymore, so i'm just going to assume this works and merge it :)