Skip to content

App is not rebuilt after removing plugin with native dependencies #2270

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
petekanev opened this issue Nov 28, 2016 · 0 comments
Closed

App is not rebuilt after removing plugin with native dependencies #2270

petekanev opened this issue Nov 28, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@petekanev
Copy link
Contributor

Steps to reproduce:

tns create app
cd app
tns plugin add ../path-to-plugin
tns run android
tns plugin remove plugin-name
tns run android

The last command executed tns run/debug android will not trigger a rebuild because it implicitly applies rebuild=false flag although a rebuild is very often obligatory when dealing with native dependencies

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

No branches or pull requests

2 participants