troygoode / node-require-directory

Recursively iterates over specified directory, requiring each file, and returning a nested hash structure containing those libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browserify support

ianfixes opened this issue · comments

commented

include-folder works with browserify (via folderify), but doesn't iterate recursively. node-require-directory works recursively, but I'm not sure how to make it work with browserify. Is there a browserify plugin for this module, and/or would it be trivial to adapt the folderify plugin to do it?