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 jshint:install rake task #1

Open attilagyorffy opened 13 years ago

attilagyorffy commented 13 years ago

Move the jshint:copy_config task into the main namespace, so that it is going to be available when a Rails application's environment is invoked. (Same as rspec:install).

Also rename the existing task from copy_config to install.