beechnut

Results 41 comments of beechnut

> Let me start working on adding the debug facilities next weekend @pmq20 I'd be eager to help out with this, but I don't have any idea where to start....

My understanding is that the use case was to build the site with minimal content for speed, to more quickly iterate on changes. (But I don't work on this repo...

I had this same issue applying Semantic UI from a CDN, and it turns out it was because of the HTTPS. I changed the links to `http`, and now it's...

I'm coming to this thread after waiting 22 minutes for a pa11y scan. Changing a single boolean value (#3822) has now taken about an hour. Where did we leave off...

@caleywoods For limited runs, I was thinking about a Ruby script that: - Gets the files changed in this commit (`git diff-tree --no-commit-id --name-only -r $(git rev-parse HEAD)`) - Resolves...

I have good news: on a local installation,`pa11y-ci` successfully ran given a list of HTML page _file paths_: ```sh $ pa11y-ci 404.html _site/500/index.html Running Pa11y on 2 URLs: > file:///Users/path/to/18f.gsa.gov/404.html...

One clarification: I don't see a need to hash anything — git diffing does everything we need. Otherwise, yes: we diff the source files to get new/changed source files, use...

@caleywoods I just pushed a [draft branch](https://github.com/18F/18f.gsa.gov/tree/beechnut/add-pa11y-hook) with the hook. The commit message explains where I left off.

@caleywoods I just added site-wide checking to the same branch.

@caleywoods #3829 satisfies the first two points of the acceptance criteria, and we need #3832 to check off the last two.