Skip to content

Implement incremental prepare #2149

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
6 tasks done
tzraikov opened this issue Oct 20, 2016 · 0 comments
Closed
6 tasks done

Implement incremental prepare #2149

tzraikov opened this issue Oct 20, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@tzraikov
Copy link
Contributor

tzraikov commented Oct 20, 2016

Currently all prepare steps are executed on every run and debug command. This process can be improved:

When executing tns run, tns debug or tns livesync:

  • Changes in app folder (ts,js,xml,css files) should not trigger prepare task
  • Changes in app resources should trigger prepare task
  • Changes in modules should trigger prepare task
  • Build task will be triggered only when a prepare task was executed (or when the target device has changed for iOS)

Other commands:

  • tns prepare should always execute the full prepare task
  • tns build should always execute the full prepare and build tasks
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

3 participants