Skip to content

Copy App_Resources directly to platforms/.../res (Android) or platforms/.../Resources (iOS) #4239

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

Closed
sis0k0 opened this issue Dec 17, 2018 · 1 comment
Milestone

Comments

@sis0k0
Copy link
Contributor

sis0k0 commented Dec 17, 2018

Current behaviour
Currently, the App_Resources directory is copied from the root of the project (usually my-project/App_Resources or my-project/app/App_Resources) to the native assets (my-project/platforms/.../assets/app).
After that, the resources from the native assets are copied to their regular locations in the native project (e.g. my-project/platforms/../main/res).

Describe the solution you'd like
The first step can be skipped and the resources can be copied from the root of the project (e.g. my-project/App_Resources) to the native project (my-project/platforms/.../main/res) directly.

Additional context
When building with the --bundle flag, the initial copying is performed by the CopyWebpackPlugin.

@rosen-vladimirov
Copy link
Contributor

Already implemented in CLI's rc version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants