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

App_Resources are duplicated on consecutive builds with --bundle #3280

Closed
sis0k0 opened this issue Dec 21, 2017 · 0 comments
Closed

App_Resources are duplicated on consecutive builds with --bundle #3280

sis0k0 opened this issue Dec 21, 2017 · 0 comments
Assignees
Milestone

Comments

@sis0k0
Copy link
Contributor

sis0k0 commented Dec 21, 2017

Tell us about the problem

If you run a {N} build with webpack, the App_Resources of the project will be copied to platforms/.../app and then will be moved to their right locations in the native project. This is the expected behaviour. However, on each consecutive build, the App_Resources will be copied again to platforms/.../app and won't be removed.

Which platform(s) does your issue occur on?

Both

Please provide the following version numbers that your issue occurs with:

  • CLI: 3.4.0
  • Cross-platform modules: 3.4.0
  • Runtime(s): 3.4.0
  • nativescript-dev-webpack: 0.9.0

Steps to reproduce

tns build android --bundle
// no App_Resources in platforms/.../app
tns build android --bundle
// there are App_Resources in platforms/.../app
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

3 participants