capaj / require-globify

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

Require Array #18

Open toddpi314 opened 9 years ago

toddpi314 commented 9 years ago

It would be helpful to be able to specify an array of expressions into the require statement. That is:

require(['./**/*.js', '!./vendor/**'], { mode: ... });
call-a3 commented 9 years ago

I'm willing to add this, however I have a pretty busy schedule in the next few days (and possibly weeks) so no guarantees! If anyone else decides to add this in the mean time, they are of course very welcome to do that! :)

I added a branch: feature/require-array for this feature, so if you want to work on this, please fork that branch!

What you can do to help: