Add glob patterns support in options for map files? I'm not sure this is really needed. ``` js var opts = { basePath: 'css/', maps: [ '*.yml' ] }; ``` ``` js var opts = { basePath: 'css/', maps: [ '{example, breakpoints, fonts}.{yml, json}' ] }; ```