Open chadbean opened 8 years ago
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. :+1:
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.