Closed RblSb closed 1 year ago
Fixes this case:
project.addAssets('res/sub/**', { nameBaseDir: 'res', destination: '{name}', name: '{name}' });
Yep, this is basically project.addAssets('res/sub/**'), but i fixed it before i thinked about it. Also, other fancy destinations like '{dir}/here/{name}123' works now.
project.addAssets('res/sub/**')
Fixes this case:
Yep, this is basically
project.addAssets('res/sub/**')
, but i fixed it before i thinked about it. Also, other fancy destinations like '{dir}/here/{name}123' works now.