Is there a way of using globbing for JS includes similar to SASS includes?
Sprockets does not seem to do this by default. Would it be necessary to implement a custom directive? How would that work in Middleman? Middleman seems to expose the Sprockets Environment rather than Sprockets itself.