From 92eba34a6a6d16395eb904db2d945c3fd457b3a7 Mon Sep 17 00:00:00 2001
From: Matt Smith <runner_28@hotmail.com>
Date: Tue, 24 Nov 2015 11:26:48 -0500
Subject: [PATCH] Added ally.js as a development resource

ally.js is a JS library that works at making JS web apps more
accessible.
---
 resources.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources.html b/resources.html
index dc1b6c82..adcbf512 100644
--- a/resources.html
+++ b/resources.html
@@ -148,6 +148,7 @@ description: Accessibility software, books, blogs, online tools, and more
     <div class="span4">
       <h3>Development tools</h3>
       <ul>
+        <li><a rel="external" href="http://allyjs.io//">ally.js</a></li>
         <li><a rel="external" href="http://quailjs.org/">Quail JS Testing Plugin</a></li>
         <li><a rel="external" href="https://github.com/at-import/sass-a11y">Sass a11y</a></li>
         <li><a rel="external" href="http://tenon.io/">Tenon.io Accessibility Testing API</a></li>
-- 
GitLab