Kode / khamake

Kha's build tool.
http://kha.tech
15 stars 43 forks source link

Fix reexporting (Pattern Edition) #267

Closed RblSb closed 1 year ago

RblSb commented 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.