Skip to content

Dev - Speed Up Build Checks #793

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
bebraw opened this issue Feb 2, 2017 · 1 comment
Closed

Dev - Speed Up Build Checks #793

bebraw opened this issue Feb 2, 2017 · 1 comment

Comments

@bebraw
Copy link
Contributor

bebraw commented Feb 2, 2017

Currently it builds the entire site and runs all the checks against all the files. It would be far faster to perform at least some of the checks against partial data that is figured out based on the changes made by the PR (just pick the changed files). Running proselint against changed files like this would be a good starting point.

It gets trickier with link validation as those can point anywhere within the site. Solving that would require a bit more (copy the existing site from gh-pages + perform a partial build to overlay on top of that).

@skipjack skipjack changed the title Figure out how to speed up the build checks Dev - Speed Up Build Checks Jun 14, 2017
@skipjack
Copy link
Collaborator

skipjack commented Jul 6, 2017

Noted in #1380 -- let's track there. There's already some easy things we can do in terms of the order our checks are run I think.

@skipjack skipjack closed this as completed Jul 6, 2017
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