Closed espadrine closed 11 years ago
Got the ping, will look at this in the next few days. Sorry for the delay, I can't seem to find a place to settle down before moving to the next one!
Merged as b5575c4f1d349d394526749fcd6ec63f1609db0e . I guess I owe you many apologies:
I hope this won't cause you any trouble.
For adding formidable as a dependency in a commit not reviewed in a pull request: b14107f
Forgiven, but never do that again.
However, since there was no code review for it, let's do a post-code review.
The commit 0fd60a3 is wrong for a very simple reason. It installs formidable at node_modules/formidable
, while Camp hosts the formidable library at node_modules/camp/node_modules/formidable
.
The idea is to use formidable through Camp. It's more integrated and easier to use.
Fixes #134 and #147.
It implements the behaviour specified in #147. Requesting a directory with no plugs returns a newline-separated list of entry names.