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

bob build --incremental for faster builds #122

Closed
enisdenjo opened this issue Aug 9, 2022 · 0 comments · Fixed by #123
Closed

bob build --incremental for faster builds #122

enisdenjo opened this issue Aug 9, 2022 · 0 comments · Fixed by #123
Assignees

Comments

@enisdenjo
Copy link
Collaborator

Currently bob deletes the build folder on every build. This is important to have a 100% working clean build. But doing a lot of build during development can slow you down significantly.

Most of the build time is consumed by TS. Since deleting the folder removes tsbuildinfo files too, TS cannot perform a faster optimised/incremental build.

Add --incremental build option to keep the build folder and leverage tsbuildinfo for faster TS builds.

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

Successfully merging a pull request may close this issue.

1 participant