capaj / require-globify

transform for browserify, which allows to require files with globbing expressions
MIT License
70 stars 11 forks source link

Return relative paths of modules as object keys #3

Closed patcoll closed 9 years ago

patcoll commented 9 years ago

Implemented new option to allow relative paths to be returned as object keys to modules found within a recursive glob expression. If directories are encountered during a recursive find, they are ignored.

call-a3 commented 9 years ago

Looks great! The build still passes according to Travis, so I'm going to merge this asap.

patcoll commented 9 years ago

Cheers thanks!