0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Put a little aXe in your pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 5.0.0, >= 5.2.2.1
 Project Readme

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:

  1. Fork this repo
  2. Create a branch
  3. Overwrite the vendor/assets/javascript/axe_core_rails/axe.min.js file with a newer version.
  4. 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.