Hi, > Thanks for trying it. Gjslint is the Google Closure Linter that should be > mentioned in the READme.
Thanks it is mentioned in the README and isn't too hard to install but wont install as described due to permission issues on OSX. The JShint README instructions could do with a little more than the URL as there's a few dozen version there. http://www.jshint.com/install/ Tried installing the node.js one (via npm install jshint) but still got an error running ant. Turns out you need to do this - which is mentioned on the JShint documentation page not the download page. npm install jshint -g And again you'll have permission issues (os OSX) that you will need to get around. The amount of pre-requisites there is certainly a barrier for people to try this out. Thanks, Justin