damian / jshint

Making it easy to lint your JavaScript assets in any Rails 3.1+ and Rails 4 application.
https://rubygems.org/gems/jshint
MIT License
11 stars 21 forks source link

Reduce dependencies #5

Closed lowjoel closed 10 years ago

lowjoel commented 10 years ago

Allow us to be a little more standalone so that we can run this as a CI task.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-18.41%) when pulling 6b795869b9682e5196496455fe4752e6b46b43ac on lowjoel:reduce-dependencies into 3ad0b65c22f944284c909d2ee73b359e1b668a75 on damian:master.

damian commented 10 years ago

Happy to loosen the dependency on Railties if you manage to fix up the failing tests.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 595dcf11e653c39b05c426a8664445b0060fe205 on lowjoel:reduce-dependencies into 3ad0b65c22f944284c909d2ee73b359e1b668a75 on damian:master.

lowjoel commented 10 years ago

This should work for now, if we want a further change maybe that should be dealt with in a separate PR.

lowjoel commented 10 years ago

Ideally, I'd like to be able to run this without a rake task as well, like rubocop and scss-lint can. This way this doesn't have to belong in my gemfile and can be installed only on the CI server.