Chris Contolini
Chris Contolini
Thanks for such a great project! 🙇
After we [document](https://github.com/cfpb/capital-framework/issues/329) how to update [CF's documentation](https://cfpb.github.io/capital-framework/), let's automate the process. Hopefully this would be as simple as having Travis checkout `gh-pages`, run `gulp` and pushing to GitHub. See...
Some notes from a recent pairing session with @Scotchester: - [This](https://github.com/cfpb/capital-framework/blob/master/scripts/generate-changelog.sh#L5) needs to happen *before* lerna starts - `--next-release-from-metadata` is not working as expected. It might be related to the...
Add client-side search tool to the FIG sidebar and pass it FIG content to be indexed. The source code for the search tool is available at https://github.com/cfpb/ctrl-f/ ## Additions -...
PfC permalinks result in long page load times (15+ seconds) due to expensive calculations occurring when [`parseQueryParameters`](https://github.com/cfpb/consumerfinance.gov/blob/4f01a22f4889032ec3a1bcd5fefd21b2a31147e0/cfgov/unprocessed/apps/paying-for-college/js/college-costs/dispatchers/update-models.js#L219) is called. Not only is this problematic for our users but it causes...
Are our SVG icons *always* decorative? If so, we should add `aria-hidden="true"` to the SVGs' source code. So far, I haven't been able to find an SVG icon on cf.gov...
Our recommended [fieldset pattern](https://cfpb.github.io/design-system/components/fieldsets) involves a `` element outside the `` element. This is invalid, the legend needs to be a child of the fieldset. See https://validator.w3.org/nu/?doc=https%3A%2F%2Fcfpb.github.io%2Fdesign-system%2Fcomponents%2Ffieldsets
[We recommend](https://github.com/cfpb/front-end/blob/master/javascript.md#jsdocs) using the JSDoc format for commenting code but we don't mention generating a documentation website from those comments. JSDoc has a [command-line tool](http://usejsdoc.org/about-getting-started.html#generating-a-website) that can do it automatically....
Should every project have a gulp/webpack minification step? Should *only* cfgov-refresh minify JS/CSS and our external front-end deps (like [Atomic Component](https://github.com/cfpb/AtomicComponent)) not? Should *none* of our projects minify assets and...
Turns out the global installation isn't the problem: https://travis-ci.org/contolini/node-wcag/builds/80614351 ``` sh $ npm install npm ERR! Linux 3.13.0-40-generic npm ERR! argv "/home/travis/.nvm/versions/node/v0.12.7/bin/node" "/home/travis/.nvm/versions/node/v0.12.7/bin/npm" "install" npm ERR! node v0.12.7 npm ERR!...