Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reexporting (Pattern Edition) #267

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Fix reexporting (Pattern Edition) #267

merged 1 commit into from
Aug 11, 2023

Conversation

RblSb
Copy link
Contributor

@RblSb RblSb commented Aug 5, 2023

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.

@RobDangerous RobDangerous merged commit 0a38678 into Kode:main Aug 11, 2023
@RblSb RblSb deleted the reexp branch August 11, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants