Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Skip htmlproofer when partially building the website #818
Conversation
|
@saivann I don't have any problem with this approach, but I've been doing my quick builds using I do think |
|
@harding Ah, right. I should have looked at the Makefile more carefully. Thanks! |
saivann commentedApr 10, 2015
This little change allows me to benefit from other Makefile tests by getting meaningful build failures when doing partial builds. I guess HTMLProofer cannot do much in this specific case, as having missing pages and broken links is an expected outcome of doing a partial build.
(Note: If we later choose to go as far as to validate HTML, we could easily tell HTMLProofer to only do HTML validation and skip link checks)