AccessLint / accesslint.js

Keep accessibility errors in check.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host in a CDN?

TheTedAdams opened this issue · comments

commented

I think this script is an excellent candidate to keep around as a bookmarklet.

Just to try it out I used this:

javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://github.com/accesslint/accesslint.js/releases/download/v1.1.2/accesslint.js';})();

Works great, I get output in console, but would be nice if there was a latest hosted either in a CDN or just on github where I could reference it.

@TheTedAdams yes! I'll finish configuring this soon. 👍

@TheTedAdams you can now load the compiled resource from https://cdn.accesslint.com/accesslint-1.1.2.js (hosted on CloudFront).