Open GoogleCodeExporter opened 9 years ago
Or if you don't have node you can just run:
gjslint --nojsdoc src/*.js web/*.js test/*.js test/unit/*.js
extensions/firefox/*.js extensions/firefox/components/*.js
extensions/chrome/*.js
Original comment by brendan....@gmail.com
on 20 Jul 2012 at 12:59
2.3.6 defaults to using multiprocessing. This has caused issues in Windows, and
I wonder if in some backwards way it is hurting performance on OSX. If you run
gjslint with the flag --nomultiprocess does it still take as long?
Original comment by a...@google.com
on 24 Jul 2012 at 11:05
Running with above flag did not help, it still hasn't finished and it's been
over 5 minutes.
time(gjslint --nojsdoc --nomultiprocess src/*.js web/*.js test/*.js test/unit/*.js extensions/firefox/*.js extensions/firefox/components/*.js extensions/chrome/*.js)
Original comment by brendan....@gmail.com
on 25 Jul 2012 at 4:14
Original issue reported on code.google.com by
brendan....@gmail.com
on 20 Jul 2012 at 12:54