quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Incorrect build steps? #391

Open chadbean opened 8 years ago

chadbean commented 8 years ago

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.

bvasilchik commented 8 years ago

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

Fatal error: Unable to find Gruntfile.

ziv-moonsite commented 8 years ago

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

radicalsauce commented 8 years ago

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. :+1: