I am looking to configure a middleman project that builds out based on assets in a different repo. Basically, I have a library of image assets in another repo that I want to pull in and then run an each loop on top of.
There are a series of external repos, each own library of images so ideally they would remain external and be able to be pulled in from a single middleman app.
Any help would be very appreciated.