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

Inconsistencies with airOptions->files between debug and build #24

Closed
esidegallery opened this issue Mar 2, 2020 · 1 comment
Closed

Comments

@esidegallery
Copy link

I have separated embedded and non-embedded assets in my project, so that I can avoid embedded assets being copied to the release build. I don't want to enable copySourcePathAssets as there are a lot of assets I don't want copied over.

Please see this basic project example, which exhibits the issue: https://www.dropbox.com/s/0q1ny9os8y3x2tm/asconfigc%20Files%20Issue.zip?dl=0

In bin-release, the folder is correctly copied to assets/images/, but in bin-debug it's copied to images/ - the assets parent folder is somehow ignored.

@joshtynjala
Copy link
Member

Thanks, I'll take a look!

joshtynjala added a commit to BowlerHatLLC/vscode-as3mxml that referenced this issue Mar 6, 2020
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

No branches or pull requests

2 participants