AxeCoreRails
This plugin adds the minified version of Deque's aXe Accessibility Engine to the Asset Pipeline.
Installation
Add this line to your application's Gemfile:
gem 'axe_core_rails'
And then execute:
$ bundle
Usage
Add this line to your javascript manifest:
//= require axe_core_rails/axe.min
Contributing
If you need a new version of this gem released please:
- Fork this repo
- Create a branch
- Overwrite the
vendor/assets/javascript/axe_core_rails/axe.min.js
file with a newer version. - Issue a PR back to this repo.
I will merge, bump the version myself, and release to RubyGems.org for you.
License
The gem is available as open source under the terms of the MIT License.