buildjs / rigger

Javascript file parser and include engine
http://buildjs.github.io/rigger
60 stars 15 forks source link

Is it possible to do something equivalent to require_tree #30

Closed axelson closed 9 years ago

axelson commented 9 years ago

Is it possible to do something similar to require_tree in rails where you can require/include the whole directory?

DamonOehlman commented 9 years ago

Yep, unless it has stopped working for some reason it should definitely be possible:

https://github.com/buildjs/rigger#multiple-file-include

axelson commented 9 years ago

Thanks! Not sure how I missed that.