Hi there, is there any way to use wildcards for data file paths? I tried someting like this: ``` files : [{ data: ['mypath/twig/data/**/*.json'] // ... }] ``` Unfortunately it doesn't work like expected. Thanks Philipp