browserify/brfs

glob.sync woes...

Closed this issue · 1 comments

Let me know if this isn't the appropriate way of requesting some guidance and/or if I'll find the answer in the browserify handbook...

I'm basically requiring this module (https://www.npmjs.com/package/countryjs)

somewhat shallowly deep, tries to glob for some json files (it's country meta data) via glob.sync

I get that brfs specifically supports fs.* but am I basically at a loss for using browserify for modules that happen to use glob?

Thanks in advance.

closing. looked at some of the closed issues regarding dynamic requires and such. looking for a workaround.