quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Support a custom list of assessments during the build step that specify the assessments to include #368

Closed jessebeach closed 8 years ago

jessebeach commented 9 years ago

Right now, all available assessments are built into Quail during the build step.

We should add the option to include a configuration file that specifies specific assessments to include.

This will result in a smaller Quail build for targeted use-cases.

jessebeach commented 8 years ago

We've got this now with https://github.com/quailjs/quail/pull/386 in master.