attilagyorffy / jshint_on_rails

JSHint JavaScript checker wrapped in a Ruby gem for easier use in Rails apps
http://jshint.com
MIT License
6 stars 1 forks source link

Add Node.js support as JavaScript environment #2

Open attilagyorffy opened 13 years ago

attilagyorffy commented 13 years ago

Use node.js as the JavaScript runtime environment if available instead of running in Rhino and Java. If it works reliably, make it the default environment.

Note: (Java seems to be deprecated in the upcoming version of OS X - Lion. It is not installed by default.)