quailjs / quail

Accessibility testing in the browser and on the server.

Home Page:http://quailjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect build steps?

chadbean opened this issue · comments

Are these still the correct steps for building Quail?

git clone https://github.com/quailjs/quail.git
cd quail
npm install
bower install
grunt build

I tried on the master branch and got an error about a missing bower.json file.

yeah I'm getting the same thing as well in addition to

Fatal error: Unable to find Gruntfile.

Same here
no bower.json & grunt.json in reposetry

I had the same problem. After poking around a little bit, I found these releases: https://github.com/quailjs/quail/releases

Downloaded the most recent one from Oct 2015, and the install steps listed in the readme worked like a charm. Not sure what's up w/ the current build (perhaps its in a transitional state), but if you're just looking to use the software, this should hopefully solve the problem. 👍